Skip to content

Commit fbabde9

Browse files
chore(deps): update astral-sh/setup-uv action to v8.3.2 (#33)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3be3b4c commit fbabde9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
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
68-
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
68+
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
6969
with:
7070
enable-cache: true
7171

@@ -218,7 +218,7 @@ jobs:
218218

219219
- name: Set up uv
220220
if: matrix.kind != 'msvc'
221-
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
221+
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
222222
with:
223223
enable-cache: true
224224

.github/workflows/localize.yml

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

5252
- name: Setup uv
53-
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
53+
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
5454
with:
5555
enable-cache: true
5656

0 commit comments

Comments
 (0)