Skip to content

Commit 51b4e8e

Browse files
chore(deps): update astral-sh/setup-uv action to v9
1 parent c535dfe commit 51b4e8e

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/_checks.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
python-version: ${{ matrix.python-version }}
174174

175175
- name: Set up uv package manager
176-
uses: astral-sh/setup-uv@v8.3.2
176+
uses: astral-sh/setup-uv@v9.0.0
177177
with:
178178
python-version: ${{ matrix.python-version }}
179179

@@ -233,7 +233,7 @@ jobs:
233233
python-version: ${{ matrix.python-version }}
234234

235235
- name: Set up uv package manager
236-
uses: astral-sh/setup-uv@v8.3.2
236+
uses: astral-sh/setup-uv@v9.0.0
237237
with:
238238
python-version: ${{ matrix.python-version }}
239239

@@ -269,7 +269,7 @@ jobs:
269269
uses: actions/checkout@v7
270270

271271
- name: Set up uv package manager
272-
uses: astral-sh/setup-uv@v8.3.2
272+
uses: astral-sh/setup-uv@v9.0.0
273273
with:
274274
python-version: "3.14"
275275

.github/workflows/manual_release_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
python-version: ${{ env.PYTHON_VERSION }}
6666

6767
- name: Set up uv package manager
68-
uses: astral-sh/setup-uv@v8.3.2
68+
uses: astral-sh/setup-uv@v9.0.0
6969
with:
7070
python-version: ${{ env.PYTHON_VERSION }}
7171

.github/workflows/manual_version_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
python-version: ${{ env.PYTHON_VERSION }}
6969

7070
- name: Set up uv package manager
71-
uses: astral-sh/setup-uv@v8.3.2
71+
uses: astral-sh/setup-uv@v9.0.0
7272
with:
7373
python-version: ${{ env.PYTHON_VERSION }}
7474

0 commit comments

Comments
 (0)