We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85f00ae commit 80e6788Copy full SHA for 80e6788
.github/workflows/check.yaml
@@ -33,7 +33,7 @@ jobs:
33
with:
34
fetch-depth: 0
35
- name: Install the latest version of uv
36
- uses: astral-sh/setup-uv@v4
+ uses: astral-sh/setup-uv@v5
37
38
enable-cache: true
39
cache-dependency-glob: "pyproject.toml"
.github/workflows/release.yaml
@@ -14,7 +14,7 @@ jobs:
14
15
16
17
18
19
20
0 commit comments