We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab30a2 commit 78fceb5Copy full SHA for 78fceb5
.github/workflows/docs.yml
@@ -34,7 +34,7 @@ jobs:
34
run: echo "PUBLISH=$(echo true)" >> $GITHUB_ENV
35
36
- name: Install uv
37
- uses: astral-sh/setup-uv@v3
+ uses: astral-sh/setup-uv@v5
38
if: env.PUBLISH == 'true'
39
with:
40
enable-cache: true
.github/workflows/tests.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v4
23
24
25
26
27
28
@@ -94,7 +94,7 @@ jobs:
94
95
96
97
98
99
100
0 commit comments