We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3427658 commit 267923eCopy full SHA for 267923e
.github/workflows/check.yaml
@@ -26,7 +26,7 @@ jobs:
26
fetch-depth: 0
27
28
- name: Install uv
29
- uses: astral-sh/setup-uv@v6
+ uses: astral-sh/setup-uv@v7
30
with:
31
enable-cache: true
32
cache-dependency-glob: "pyproject.toml"
@@ -66,7 +66,7 @@ jobs:
66
67
68
69
70
71
72
.github/workflows/release.yaml
@@ -16,7 +16,7 @@ jobs:
16
17
18
- name: Install the latest version of uv
19
20
21
22
0 commit comments