Skip to content

Commit 8e0740e

Browse files
ahrzbclaude
andcommitted
ci: bump checkout to v5 and setup-uv to v6 (Node 20 deprecation)
GitHub is force-running Node 20 actions on Node 24 and warning about it. Both bumped to their Node 24 majors; no behaviour change. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 1a3b07b commit 8e0740e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
test:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717

1818
# The package is a pyo3/maturin extension, so CI needs a Rust toolchain
1919
# to build it during `uv sync`.
@@ -24,7 +24,7 @@ jobs:
2424
uses: Swatinem/rust-cache@v2
2525

2626
- name: Install uv
27-
uses: astral-sh/setup-uv@v5
27+
uses: astral-sh/setup-uv@v6
2828
with:
2929
enable-cache: true
3030

0 commit comments

Comments
 (0)