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 9c1cb1f commit cf599aeCopy full SHA for cf599ae
.github/workflows/deploy.yaml
@@ -31,7 +31,7 @@ jobs:
31
run: npm run package
32
33
- name: Install uv
34
- uses: astral-sh/setup-uv@v3
+ uses: astral-sh/setup-uv@v6
35
with:
36
version: "0.7.*"
37
enable-cache: true
.github/workflows/unit-tests.yaml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v5
17
18
19
20
21
22
0 commit comments