Skip to content

Commit 47e08d8

Browse files
committed
ci: pin setup-uv to v8.2.0
astral-sh/setup-uv publishes only full version tags, so @v8 fails to resolve. Use the exact v8.2.0 tag (checkout keeps its floating @v6).
1 parent 9d084f4 commit 47e08d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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.2.0
3030
with:
3131
enable-cache: true
3232
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)