Skip to content

Commit f93b79f

Browse files
Update dependency astral-sh/uv to v0.8.11
1 parent 58c5270 commit f93b79f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yaml

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.9"
19+
version: "0.8.11"
2020
enable-cache: true
2121
- name: Build package
2222
run: uv build

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install uv
2727
uses: astral-sh/setup-uv@v6
2828
with:
29-
version: "0.8.9"
29+
version: "0.8.11"
3030
enable-cache: true
3131
- name: Install Python
3232
run: uv python install 3.13
@@ -84,7 +84,7 @@ jobs:
8484
- name: Install uv
8585
uses: astral-sh/setup-uv@v6
8686
with:
87-
version: "0.8.9"
87+
version: "0.8.11"
8888
enable-cache: true
8989
- name: Install Python
9090
run: uv python install ${{ matrix.python }}

0 commit comments

Comments
 (0)