Skip to content

Commit 0224b9f

Browse files
committed
GHA: Fix astral-sh/setup-uv@v6 with latest version
1 parent 87103eb commit 0224b9f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,11 @@ jobs:
4747

4848
- name: Setup uv
4949
id: setup-uv
50-
uses: astral-sh/setup-uv@v1
50+
uses: astral-sh/setup-uv@v6
51+
with:
52+
version: "latest"
53+
enable-cache: true
54+
cache-suffix: "docbuild"
5155

5256
- name: Print the installed version
5357
run: |

0 commit comments

Comments
 (0)