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 1a364b1 commit a911263Copy full SHA for a911263
.github/workflows/lint.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v5
16
17
- name: Install uv
18
- uses: astral-sh/setup-uv@v6
+ uses: astral-sh/setup-uv@v7
19
with:
20
# Install a specific version of uv.
21
version: "0.5.21"
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v5
22
23
24
25
.github/workflows/unit_test.yml
@@ -22,7 +22,7 @@ jobs:
26
27
28
0 commit comments