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 4d5b0a0 commit 4ae188cCopy full SHA for 4ae188c
.github/workflows/generate-client.yml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
python-version: "3.10"
29
- name: Install uv
30
- uses: astral-sh/setup-uv@v2
+ uses: astral-sh/setup-uv@v3
31
32
version: "0.4.15"
33
enable-cache: true
.github/workflows/lint-backend.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
24
25
26
.github/workflows/test-backend.yml
0 commit comments