Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_quarto_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
ref: ${{ inputs.checkout-ref }}
fetch-depth: 0

- uses: astral-sh/setup-uv@v8.1.0
- uses: astral-sh/setup-uv@v8.2.0

- uses: quarto-dev/quarto-actions/setup@v2.2.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_uv_python_wheel_pure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
ref: ${{ inputs.checkout-ref }}

- name: Install uv
uses: astral-sh/setup-uv@v8.1.0
uses: astral-sh/setup-uv@v8.2.0

- name: Install Python and dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_uv_sphinx_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
ref: ${{ inputs.checkout-ref }}

- name: Install uv
uses: astral-sh/setup-uv@v8.1.0
uses: astral-sh/setup-uv@v8.2.0

- name: Install Python and dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: '24.15.0'
node-version: '24.16.0'

- name: Validate Renovate config
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_uv_python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
ref: ${{ inputs.checkout-ref }}

- name: Install uv
uses: astral-sh/setup-uv@v8.1.0
uses: astral-sh/setup-uv@v8.2.0

- name: Check if private git deps auth is configured
id: check-git-auth
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_uv_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
ref: ${{ inputs.checkout-ref }}

- name: Install uv
uses: astral-sh/setup-uv@v8.1.0
uses: astral-sh/setup-uv@v8.2.0

- name: Build wheel
run: uv build ${{ inputs.build-args }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:

- name: Set up uv for release PR lockfiles
if: steps.release.outputs.release_created != 'true'
uses: astral-sh/setup-uv@v8.1.0
uses: astral-sh/setup-uv@v8.2.0

- name: Refresh uv.lock on release PR
if: steps.release.outputs.release_created != 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
sudo apt-get install -y --no-install-recommends libmariadb-dev build-essential

- name: Install uv
uses: astral-sh/setup-uv@v8.1.0
uses: astral-sh/setup-uv@v8.2.0

- name: Install Python and sync dependencies
env:
Expand Down