Skip to content

Commit da63ffb

Browse files
committed
ci: bump action versions to Node.js 24 compatible releases
1 parent 8e06184 commit da63ffb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
runs-on: ubuntu-latest
1717
if: "!startsWith(github.event.head_commit.message, 'bump:')"
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020
with:
2121
fetch-depth: 0 # needed for hatch-vcs version derivation
2222

23-
- uses: astral-sh/setup-uv@v5
23+
- uses: astral-sh/setup-uv@v8
2424
with:
2525
python-version: "3.11"
2626

@@ -39,11 +39,11 @@ jobs:
3939
matrix:
4040
python-version: ["3.12", "3.13"]
4141
steps:
42-
- uses: actions/checkout@v4
42+
- uses: actions/checkout@v6
4343
with:
4444
fetch-depth: 0
4545

46-
- uses: astral-sh/setup-uv@v5
46+
- uses: astral-sh/setup-uv@v8
4747
with:
4848
python-version: ${{ matrix.python-version }}
4949

0 commit comments

Comments
 (0)