Skip to content

Commit 10e283c

Browse files
authored
ci: bump setup-uv to maintained tag scheme (#135)
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 10e283c

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)