Skip to content

Commit fa4fbbd

Browse files
chore(deps): update astral-sh/setup-uv action to v8.2.0 (#5245)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 72bad87 commit fa4fbbd

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-flatpak.yml

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

5757
- name: Setup uv
58-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
58+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
5959
with:
6060
enable-cache: true
6161

.github/workflows/ci-linux.yml

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

169169
- name: Setup uv
170-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
170+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
171171
with:
172172
enable-cache: true
173173

.github/workflows/ci-macos.yml

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

9696
- name: Setup uv
97-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
97+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
9898
with:
9999
enable-cache: true
100100

.github/workflows/ci-windows.yml

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

206206
- name: Setup uv
207-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
207+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
208208
with:
209209
enable-cache: true
210210

0 commit comments

Comments
 (0)