Skip to content

Commit 2625646

Browse files
chore(deps): update dependency astral-sh/uv to v0.10.7
1 parent 509133c commit 2625646

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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@v7'
1818
with:
19-
version: "0.10.4"
19+
version: "0.10.7"
2020
enable-cache: true
2121

2222
- name: Run checks

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install uv
2222
uses: astral-sh/setup-uv@v7
2323
with:
24-
version: "0.10.4"
24+
version: "0.10.7"
2525
enable-cache: true
2626

2727
- 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@v7'
2222
with:
23-
version: "0.10.4"
23+
version: "0.10.7"
2424
enable-cache: true
2525

2626
- name: Setup Python

0 commit comments

Comments
 (0)