Skip to content

Commit 04c4353

Browse files
claudebjoernbethge
authored andcommitted
ci: pin setup-uv to v8.3.2 (no moving v8 tag exists)
astral-sh/setup-uv publishes moving major tags only up to v7; the v8 line exists solely as exact releases, so `@v8` fails to resolve ("unable to find version v8") and blocked every workflow run. Pin to the latest v8 release, preserving the Node-24 intent of the earlier majors bump. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
1 parent 1c9ab66 commit 04c4353

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/claude-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
python-version: '3.11'
3838

3939
- name: Setup uv
40-
uses: astral-sh/setup-uv@v8
40+
uses: astral-sh/setup-uv@v8.3.2
4141
with:
4242
version: "latest"
4343

.github/workflows/marimo-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python-version: "3.11"
3030

3131
- name: Install uv
32-
uses: astral-sh/setup-uv@v8
32+
uses: astral-sh/setup-uv@v8.3.2
3333

3434
- name: Install dependencies
3535
run: |

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
python-version: '3.11'
2727

28-
- uses: astral-sh/setup-uv@v8
28+
- uses: astral-sh/setup-uv@v8.3.2
2929
with:
3030
version: "latest"
3131

0 commit comments

Comments
 (0)