Skip to content

Commit 09d0ccb

Browse files
Bee-Marclaude
andcommitted
ci: upgrade setup-uv and cache-nix-action to Node.js 24-native versions
astral-sh/setup-uv v6→v8, nix-community/cache-nix-action v6→v7 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 487c20b commit 09d0ccb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/workflow.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fetch-depth: 0
3232

3333
- name: Install uv
34-
uses: astral-sh/setup-uv@v6
34+
uses: astral-sh/setup-uv@v8
3535
with:
3636
version: 0.8.19
3737
python-version: ${{ matrix.python-version }}
@@ -68,7 +68,7 @@ jobs:
6868
keep-outputs = true
6969
7070
- name: Restore and save Nix store
71-
uses: nix-community/cache-nix-action@v6
71+
uses: nix-community/cache-nix-action@v7
7272
with:
7373
primary-key: nix-${{ runner.os }}-${{ hashFiles('flake.lock') }} # restore and save a cache using this key
7474
restore-prefixes-first-match: nix-${{ runner.os }}- # if there's no cache hit, restore a cache by this prefix
@@ -170,7 +170,7 @@ jobs:
170170
fetch-depth: 0
171171

172172
- name: Install uv
173-
uses: astral-sh/setup-uv@v6
173+
uses: astral-sh/setup-uv@v8
174174
with:
175175
version: 0.8.19
176176
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)