Skip to content

Commit 2889136

Browse files
authored
ci: bump setup-uv to maintained tag scheme (#6035)
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 0db7f72 commit 2889136

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
allow-prereleases: true
189189

190190
- name: Install uv
191-
uses: astral-sh/setup-uv@v7
191+
uses: astral-sh/setup-uv@v8.0.0
192192
with:
193193
enable-cache: true
194194

.github/workflows/configure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
python-version: 3.11
5757

5858
- name: Install uv
59-
uses: astral-sh/setup-uv@v7
59+
uses: astral-sh/setup-uv@v8.0.0
6060

6161
- name: Prepare env
6262
run: uv pip install --python=python --system -r tests/requirements.txt

.github/workflows/nightlies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0
2626

2727
- name: Install uv
28-
uses: astral-sh/setup-uv@v7
28+
uses: astral-sh/setup-uv@v8.0.0
2929

3030
- name: Build SDist and wheels
3131
run: |

.github/workflows/pip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
python-version: 3.8
3232

3333
- name: Install uv
34-
uses: astral-sh/setup-uv@v7
34+
uses: astral-sh/setup-uv@v8.0.0
3535

3636
- name: Prepare env
3737
run: uv pip install --system -r tests/requirements.txt
@@ -55,7 +55,7 @@ jobs:
5555
python-version: 3.8
5656

5757
- name: Install uv
58-
uses: astral-sh/setup-uv@v7
58+
uses: astral-sh/setup-uv@v8.0.0
5959

6060
- name: Prepare env
6161
run: uv pip install --system -r tests/requirements.txt twine nox

.github/workflows/reusable-standard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: brew install boost
5252

5353
- name: Install uv
54-
uses: astral-sh/setup-uv@v7
54+
uses: astral-sh/setup-uv@v8.0.0
5555
with:
5656
enable-cache: true
5757

0 commit comments

Comments
 (0)