Skip to content

Commit 9ce8573

Browse files
committed
ci: bump setup-uv to maintained tag scheme
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 f48349e commit 9ce8573

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
python-version: ${{ matrix.python-version }}
3939
allow-prereleases: true
4040

41-
- uses: astral-sh/setup-uv@v7
41+
- uses: astral-sh/setup-uv@v8.0.0
4242

4343
- name: Install tox
4444
run: uv tool install --with tox-gh-actions --with tox-uv tox

0 commit comments

Comments
 (0)