Skip to content

Commit 4d1081b

Browse files
Update astral-sh/setup-uv action to v8
1 parent 82a3b6c commit 4d1081b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/internal-check-notebooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v6
2222

2323
- name: (uv Setup) Install uv
24-
uses: astral-sh/setup-uv@v6
24+
uses: astral-sh/setup-uv@v8.2.0
2525
with:
2626
python-version: '3.12'
2727

.github/workflows/internal-check-python-uv-support.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v6
2525

2626
- name: (uv Setup) Install uv
27-
uses: astral-sh/setup-uv@v6
27+
uses: astral-sh/setup-uv@v8.2.0
2828
with:
2929
python-version: ${{ matrix.python }}
3030

.github/workflows/public-analyze-code-graph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
# Python setup is always performed here since this is a reusable workflow.
188188
- name: (Python Setup) Install uv
189189
if: inputs.python-package-manager != 'conda'
190-
uses: astral-sh/setup-uv@v6
190+
uses: astral-sh/setup-uv@v8.2.0
191191
with:
192192
python-version: ${{ matrix.python }}
193193

0 commit comments

Comments
 (0)