Skip to content

Commit 1ee5f84

Browse files
committed
Upgrade uv to v0.8.13.
1 parent e45ebd8 commit 1ee5f84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

template/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: astral-sh/setup-uv@v5
4141
with:
4242
# Update this as needed:
43-
version: "0.8.9"
43+
version: "0.8.13"
4444
enable-cache: true
4545
python-version: ${{ matrix.python-version }}
4646

template/.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install uv (official Astral action)
2222
uses: astral-sh/setup-uv@v5
2323
with:
24-
version: "0.8.9"
24+
version: "0.8.13"
2525
enable-cache: true
2626
python-version: "3.12"
2727

0 commit comments

Comments
 (0)