Skip to content

Commit 5c6025c

Browse files
Update astral-sh/setup-uv action to v8
1 parent 5c70039 commit 5c6025c

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/check_pr.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
if: ${{ steps.restore-issues.outputs.cache-matched-key == '' }}
154154
with:
155155
persist-credentials: false
156-
- uses: astral-sh/setup-uv@v7
156+
- uses: astral-sh/setup-uv@v8.1.0
157157
if: ${{ steps.restore-issues.outputs.cache-matched-key == '' }}
158158
with:
159159
python-version: '3.13'
@@ -187,7 +187,7 @@ jobs:
187187
- uses: actions/checkout@v6
188188
with:
189189
persist-credentials: false
190-
- uses: astral-sh/setup-uv@v7
190+
- uses: astral-sh/setup-uv@v8.1.0
191191
with:
192192
python-version: '3.13'
193193

@@ -253,7 +253,7 @@ jobs:
253253
- uses: actions/checkout@v6
254254
with:
255255
persist-credentials: false
256-
- uses: astral-sh/setup-uv@v7
256+
- uses: astral-sh/setup-uv@v8.1.0
257257
with:
258258
python-version: '3.13'
259259

@@ -329,7 +329,7 @@ jobs:
329329
repository: python/mypy
330330
fetch-depth: 0 # We need to have history access for merging
331331
token: ${{ secrets.CUSTOM_GITHUB_PAT }}
332-
- uses: astral-sh/setup-uv@v7
332+
- uses: astral-sh/setup-uv@v8.1.0
333333
with:
334334
python-version: '3.12'
335335

.github/workflows/download_issues.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v6
2121
with:
2222
persist-credentials: false
23-
- uses: astral-sh/setup-uv@v7
23+
- uses: astral-sh/setup-uv@v8.1.0
2424
with:
2525
python-version: '3.13'
2626

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v6
3131
with:
3232
persist-credentials: false
33-
- uses: astral-sh/setup-uv@v7
33+
- uses: astral-sh/setup-uv@v8.1.0
3434
with:
3535
python-version: '3.13'
3636
- name: install deps

0 commit comments

Comments
 (0)