Skip to content

Commit ae99ea8

Browse files
committed
ci: fix setup-uv to v7 (v8 has no floating major tag)
1 parent 28c076e commit ae99ea8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
fetch-depth: 0 # needed for hatch-vcs version derivation
2222

23-
- uses: astral-sh/setup-uv@v8
23+
- uses: astral-sh/setup-uv@v7
2424
with:
2525
python-version: "3.11"
2626

@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
fetch-depth: 0
4545

46-
- uses: astral-sh/setup-uv@v8
46+
- uses: astral-sh/setup-uv@v7
4747
with:
4848
python-version: ${{ matrix.python-version }}
4949

0 commit comments

Comments
 (0)