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 c0b490d commit e3e77a6Copy full SHA for e3e77a6
.github/workflows/check.yaml
@@ -35,7 +35,7 @@ jobs:
35
with:
36
fetch-depth: 0
37
- name: Install the latest version of uv
38
- uses: astral-sh/setup-uv@v4
+ uses: astral-sh/setup-uv@v5
39
40
enable-cache: true
41
cache-dependency-glob: "pyproject.toml"
@@ -76,7 +76,7 @@ jobs:
76
77
78
79
80
81
82
.github/workflows/release.yaml
@@ -14,7 +14,7 @@ jobs:
14
15
16
17
18
19
20
0 commit comments