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 262d50d commit 23845a9Copy full SHA for 23845a9
.github/workflows/mypy.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v4
13
14
- name: Install uv
15
- uses: astral-sh/setup-uv@v3
+ uses: astral-sh/setup-uv@v4
16
with:
17
enable-cache: true
18
cache-dependency-glob: "uv.lock"
.github/workflows/testing.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
22
23
24
25
0 commit comments