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 3052bac commit c3fe373Copy full SHA for c3fe373
.github/workflows/docs.yml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Install uv
38
if: env.PUBLISH == 'true'
39
- uses: astral-sh/setup-uv@v5
+ uses: astral-sh/setup-uv@v7
40
with:
41
enable-cache: true
42
.github/workflows/tests.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v5
17
18
19
20
21
22
@@ -100,7 +100,7 @@ jobs:
100
101
102
103
104
105
106
0 commit comments