We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b95980 + 88f76df commit 180c714Copy full SHA for 180c714
3 files changed
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
persist-credentials: false
29
30
- name: Install uv
31
- uses: astral-sh/setup-uv@v7
+ uses: astral-sh/setup-uv@v8.1.0
32
with:
33
enable-cache: true
34
cache-dependency-glob: '**/pyproject.toml'
.github/workflows/lint.yml
@@ -29,7 +29,7 @@ jobs:
35
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
fetch-depth: 0
36
37
38
39
0 commit comments