Skip to content

Commit 24a6edb

Browse files
chore(deps): update astral-sh/setup-uv action to v8.2.0 (#936)
1 parent 0f4dd21 commit 24a6edb

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
@@ -90,7 +90,7 @@ jobs:
9090
python-version: ${{ matrix.python-version }}
9191

9292
- name: Set up uv package manager
93-
uses: astral-sh/setup-uv@v8.1.0
93+
uses: astral-sh/setup-uv@v8.2.0
9494
with:
9595
python-version: ${{ matrix.python-version }}
9696

@@ -150,7 +150,7 @@ jobs:
150150
python-version: ${{ matrix.python-version }}
151151

152152
- name: Set up uv package manager
153-
uses: astral-sh/setup-uv@v8.1.0
153+
uses: astral-sh/setup-uv@v8.2.0
154154
with:
155155
python-version: ${{ matrix.python-version }}
156156

@@ -186,7 +186,7 @@ jobs:
186186
uses: actions/checkout@v6
187187

188188
- name: Set up uv package manager
189-
uses: astral-sh/setup-uv@v8.1.0
189+
uses: astral-sh/setup-uv@v8.2.0
190190
with:
191191
python-version: "3.14"
192192

.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
@@ -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.1.0
71+
uses: astral-sh/setup-uv@v8.2.0
7272
with:
7373
python-version: ${{ env.PYTHON_VERSION }}
7474

0 commit comments

Comments
 (0)