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 163dfb7 commit ee395a6Copy full SHA for ee395a6
.github/workflows/deploy-mkdocs.yml
@@ -18,7 +18,7 @@ jobs:
18
fetch-depth: 0
19
20
- name: Install a specific version of uv
21
- uses: astral-sh/setup-uv@v6
+ uses: astral-sh/setup-uv@v7
22
with:
23
enable-cache: true
24
version: "0.4.x"
.github/workflows/test.yml
@@ -43,7 +43,7 @@ jobs:
43
npm ci
44
45
46
47
48
49
0 commit comments