Skip to content

Commit 2b24610

Browse files
authored
ci: bump setup-uv to maintained tag scheme (#52)
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 3d391a5 commit 2b24610

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
@@ -14,7 +14,7 @@ jobs:
1414
name: Format
1515
steps:
1616
- uses: actions/checkout@v6
17-
- uses: astral-sh/setup-uv@v7
17+
- uses: astral-sh/setup-uv@v8.0.0
1818
- run: uvx hatch fmt
1919

2020
checks:
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/setup-python@v6
3636
with:
3737
python-version: ${{ matrix.python-version }}
38-
- uses: astral-sh/setup-uv@v7
38+
- uses: astral-sh/setup-uv@v8.0.0
3939

4040
- name: Test package
4141
run: uv run --with "clang<19" --group test pytest --forked

0 commit comments

Comments
 (0)