Skip to content

Commit 325adef

Browse files
Update dependency astral-sh/uv to v0.9.26 (#1471)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 37754f3 commit 325adef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/api-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install uv
2323
uses: astral-sh/setup-uv@v7
2424
with:
25-
version: "0.9.24"
25+
version: "0.9.26"
2626
enable-cache: true
2727
- name: Install Python
2828
uses: actions/setup-python@v6

.github/workflows/api-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install uv
2626
uses: astral-sh/setup-uv@v7
2727
with:
28-
version: "0.9.24"
28+
version: "0.9.26"
2929
enable-cache: true
3030
- name: Install Python
3131
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)