Skip to content

Commit 1ed785f

Browse files
chore(deps): update dependency astral-sh/uv to v0.8.19
1 parent dd84719 commit 1ed785f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install uv
1717
uses: 'astral-sh/setup-uv@v6'
1818
with:
19-
version: "0.8.11"
19+
version: "0.8.19"
2020
enable-cache: true
2121

2222
- name: Setup Python

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install uv
2121
uses: 'astral-sh/setup-uv@v6'
2222
with:
23-
version: "0.8.11"
23+
version: "0.8.19"
2424
enable-cache: true
2525

2626
- name: Setup Python

0 commit comments

Comments
 (0)