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