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 39ce6ad commit 50ba472Copy full SHA for 50ba472
.github/workflows/deploy.yml
@@ -25,7 +25,7 @@ jobs:
25
python-version: '3.13'
26
27
- name: Setup uv
28
- uses: astral-sh/setup-uv@v5
+ uses: astral-sh/setup-uv@v6
29
30
- name: Install dependencies from uv.lock
31
run: make deps/install
.github/workflows/tests.yaml
@@ -18,7 +18,7 @@ jobs:
18
19
20
21
22
23
24
0 commit comments