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 20ec263 commit 54f4759Copy full SHA for 54f4759
.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@v6
+ uses: astral-sh/setup-uv@v7
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