Skip to content

Commit 5fa3afd

Browse files
authored
ci: bump setup-uv to maintained tag scheme (#53)
The old vX tags have been dropped to (force) (usually) better security practices. Dependabot will not update, however, leaving this v7 tag forever. Manually updating now. See astral-sh/setup-uv#830 Committed via https://github.com/asottile/all-repos
1 parent 58d411d commit 5fa3afd

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
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/setup-python@v6
3030
with:
3131
python-version: "3.13"
32-
- uses: astral-sh/setup-uv@v7
32+
- uses: astral-sh/setup-uv@v8.0.0
3333
- uses: actions/cache@v4
3434
with:
3535
path: ~/.cache/pre-commit
@@ -71,7 +71,7 @@ jobs:
7171
python-version: ${{ matrix.python-version }}
7272
allow-prereleases: true
7373

74-
- uses: astral-sh/setup-uv@v7
74+
- uses: astral-sh/setup-uv@v8.0.0
7575

7676
- name: Install package
7777
run: uv sync

0 commit comments

Comments
 (0)