Skip to content

Commit a8f6bf3

Browse files
chore(deps): update astral-sh/setup-uv action to v8.3.0
1 parent 06cd442 commit a8f6bf3

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@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
68+
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
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@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
221+
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
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@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
53+
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
5454
with:
5555
enable-cache: true
5656

0 commit comments

Comments
 (0)