Skip to content

Commit 03c4d2a

Browse files
authored
ci: bump setup-uv to maintained tag scheme (#696)
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 f47d7e8 commit 03c4d2a

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
@@ -97,7 +97,7 @@ jobs:
9797
with:
9898
fetch-depth: 0 # required for versioneer to find tags
9999

100-
- uses: astral-sh/setup-uv@v7
100+
- uses: astral-sh/setup-uv@v8.0.0
101101
with:
102102
enable-cache: false
103103

@@ -144,7 +144,7 @@ jobs:
144144

145145
steps:
146146
- uses: actions/checkout@v6
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)