Skip to content

Commit f23d27f

Browse files
chore(deps): update astral-sh/setup-uv action to v9 (#2114)
1 parent 59cc191 commit f23d27f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/_checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
uses: actions/checkout@v7
150150

151151
- name: Set up uv package manager
152-
uses: astral-sh/setup-uv@v8.3.2
152+
uses: astral-sh/setup-uv@v9.0.0
153153
with:
154154
python-version: "3.14"
155155

.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
@@ -64,7 +64,7 @@ jobs:
6464
python-version: ${{ env.PYTHON_VERSION }}
6565

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

.github/workflows/on_schedule_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: pipx install poetry
6767

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

0 commit comments

Comments
 (0)