Skip to content

Commit ec0c0e4

Browse files
authored
ci: bump setup-uv to maintained tag scheme (#345)
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 b363f69 commit ec0c0e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
uses: docker/setup-qemu-action@v3.7.0
8686
if: runner.os == 'Linux' && runner.arch == 'X64'
8787

88-
- uses: astral-sh/setup-uv@v7
88+
- uses: astral-sh/setup-uv@v8.0.0
8989
with:
9090
enable-cache: false
9191

@@ -144,7 +144,7 @@ jobs:
144144
python-version: ${{ matrix.python }}
145145
update-environment: false
146146

147-
- uses: astral-sh/setup-uv@v7
147+
- uses: astral-sh/setup-uv@v8.0.0
148148
with:
149149
enable-cache: false
150150

0 commit comments

Comments
 (0)