Skip to content

Commit d4e4c3b

Browse files
committed
ci: bump astral-sh/setup-uv to v7 to fix Node 20 deprecation
1 parent 7974c03 commit d4e4c3b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# `uv lock --check` fails if the lock is out of date (e.g. the version was
4949
# bumped in pyproject.toml but uv.lock was never re-locked to match).
5050
- name: Verify uv.lock is in sync with pyproject.toml
51-
uses: astral-sh/setup-uv@v5
51+
uses: astral-sh/setup-uv@v7
5252
- name: uv lock --check
5353
run: uv lock --check
5454

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
octave --version | head -1
2222
2323
- name: Install uv
24-
uses: astral-sh/setup-uv@v5
24+
uses: astral-sh/setup-uv@v7
2525

2626
# PsychoPy is deliberately NOT installed: it's a heavy GUI/audio dep whose
2727
# transitive build (ffpyplayer → SDL headers) is fragile on headless CI.

0 commit comments

Comments
 (0)