Skip to content

Commit 0550934

Browse files
chore(deps): update astral-sh/setup-uv action to v8.3.1
1 parent 8e89e21 commit 0550934

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/auto-update-db.yml

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

7474
- name: Install uv
75-
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
75+
uses: astral-sh/setup-uv@f98e06938123ccabd21905ea5d0069192241f9f1 # v8.3.1
7676
with:
7777
enable-cache: true
7878

.github/workflows/ci-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
node-version: ${{ env.NODE_VERSION }}
3333

3434
- name: Install uv
35-
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
35+
uses: astral-sh/setup-uv@f98e06938123ccabd21905ea5d0069192241f9f1 # v8.3.1
3636
with:
3737
enable-cache: true
3838

.github/workflows/update-pages.yml

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

7272
- name: Install uv
73-
uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0
73+
uses: astral-sh/setup-uv@f98e06938123ccabd21905ea5d0069192241f9f1 # v8.3.1
7474
with:
7575
enable-cache: true
7676

0 commit comments

Comments
 (0)