We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed0c204 + 26b74fc commit 52cb8e7Copy full SHA for 52cb8e7
2 files changed
.github/workflows/coverage.yml
@@ -20,7 +20,7 @@ jobs:
20
python-version-file: '.python-version'
21
22
- name: Install uv
23
- uses: astral-sh/setup-uv@v6
+ uses: astral-sh/setup-uv@v7
24
with:
25
version: '0.5.4'
26
enable-cache: true
.github/workflows/lint.yml
@@ -32,7 +32,7 @@ jobs:
32
python-version-file: ".python-version"
33
34
35
36
37
# Install a specific version of uv.
38
version: "0.5.4"
0 commit comments