Skip to content

Commit f0c4550

Browse files
chore(deps): update astral-sh/setup-uv action to v8.2.0 (#1948)
1 parent 2a693da commit f0c4550

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
@@ -66,7 +66,7 @@ jobs:
6666
uses: actions/checkout@v6
6767

6868
- name: Set up uv package manager
69-
uses: astral-sh/setup-uv@v8.1.0
69+
uses: astral-sh/setup-uv@v8.2.0
7070
with:
7171
python-version: "3.14"
7272

.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.1.0
68+
uses: astral-sh/setup-uv@v8.2.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.1.0
67+
uses: astral-sh/setup-uv@v8.2.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
@@ -57,7 +57,7 @@ jobs:
5757
run: pipx install poetry
5858

5959
- name: Set up uv package manager
60-
uses: astral-sh/setup-uv@v8.1.0
60+
uses: astral-sh/setup-uv@v8.2.0
6161
with:
6262
python-version: ${{ env.PYTHON_VERSION }}
6363

0 commit comments

Comments
 (0)