Skip to content

Commit 1c68f78

Browse files
vdavezclaude
andcommitted
ci: pin setup-uv to v8.1.0 (no floating v8 tag exists)
astral-sh/setup-uv only publishes a floating major up to v7; v8 exists only as exact tags, so @v8 failed to resolve. Pin the exact latest v8.1.0. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 658234c commit 1c68f78

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v6
2727

2828
- name: Install uv
29-
uses: astral-sh/setup-uv@v8
29+
uses: astral-sh/setup-uv@v8.1.0
3030
with:
3131
version: "latest"
3232

@@ -79,7 +79,7 @@ jobs:
7979

8080
- name: Install uv
8181
if: steps.gate.outputs.ready == 'true'
82-
uses: astral-sh/setup-uv@v8
82+
uses: astral-sh/setup-uv@v8.1.0
8383
with:
8484
version: "latest"
8585

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v6
1414

1515
- name: Install uv
16-
uses: astral-sh/setup-uv@v8
16+
uses: astral-sh/setup-uv@v8.1.0
1717
with:
1818
version: 'latest'
1919

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v6
2424

2525
- name: Install uv
26-
uses: astral-sh/setup-uv@v8
26+
uses: astral-sh/setup-uv@v8.1.0
2727
with:
2828
version: "latest"
2929

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### CI
1111
- Bumped GitHub Actions off the deprecated Node 20 runtime (forced off
12-
2026-06-02): `actions/checkout` v4→v6, `astral-sh/setup-uv` v4→v8, and
12+
2026-06-02): `actions/checkout` v4→v6, `astral-sh/setup-uv` v4→v8.1.0
13+
(pinned exact — no floating `v8` major tag is published yet), and
1314
`codecov/codecov-action` v3→v5 (with the renamed `files:` input).
1415

1516
## [1.1.1] - 2026-05-29

0 commit comments

Comments
 (0)