We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e83511 commit f34fd17Copy full SHA for f34fd17
1 file changed
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
22
23
steps:
24
- uses: actions/checkout@v4
25
- - uses: astral-sh/setup-uv@v5
+ - uses: astral-sh/setup-uv@v6
26
with:
27
enable-cache: true
28
- run: uv run --no-dev --group typing mypy
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
46
python-version: ${{ matrix.python-version }}
47
0 commit comments