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.
2 parents 3807e4f + 3819b8f commit d005195Copy full SHA for d005195
.github/workflows/ci.yml
@@ -25,9 +25,9 @@ jobs:
25
- "3.13"
26
27
steps:
28
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
29
30
- - uses: astral-sh/setup-uv@v6
+ - uses: astral-sh/setup-uv@v7
31
with:
32
python-version: ${{ matrix.python-version }}
33
.github/workflows/release.yml
@@ -16,9 +16,9 @@ jobs:
16
if: startsWith(github.ref, 'refs/tags/v')
17
18
19
20
21
22
23
- run: uv sync --all-extras --dev
24
0 commit comments