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