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 afb1f7e commit 8f4e14aCopy full SHA for 8f4e14a
.github/workflows/docs.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Install uv
37
if: env.PUBLISH == 'true'
38
- uses: astral-sh/setup-uv@v3
+ uses: astral-sh/setup-uv@v5
39
with:
40
enable-cache: true
41
.github/workflows/tests.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@v4
22
23
24
25
26
@@ -67,7 +67,7 @@ jobs:
67
68
69
70
71
72
73
0 commit comments