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 5aaf6f3 commit 1c1cd52Copy full SHA for 1c1cd52
.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@v6
+ uses: astral-sh/setup-uv@v7
40
if: env.PUBLISH == 'true'
41
with:
42
enable-cache: true
.github/workflows/tests.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v4
16
17
18
19
20
21
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
63
64
65
0 commit comments