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 e4b8749 commit cab8fd9Copy full SHA for cab8fd9
.github/workflows/docs.yml
@@ -35,7 +35,7 @@ jobs:
35
run: echo "PUBLISH=$(echo true)" >> $GITHUB_ENV
36
37
- name: Install uv
38
- uses: astral-sh/setup-uv@v5
+ uses: astral-sh/setup-uv@v7
39
if: env.PUBLISH == 'true'
40
with:
41
enable-cache: true
.github/workflows/tests.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v5
15
16
17
18
19
20
@@ -62,7 +62,7 @@ jobs:
62
63
64
65
66
67
68
0 commit comments