We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fb5f06 commit bf8bb8dCopy full SHA for bf8bb8d
.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@v3
+ uses: astral-sh/setup-uv@v4
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