We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccfa429 commit df808c6Copy full SHA for df808c6
1 file changed
.github/workflows/ci.yml
@@ -16,11 +16,11 @@ jobs:
16
runs-on: ubuntu-latest
17
if: "!startsWith(github.event.head_commit.message, 'bump:')"
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
20
with:
21
fetch-depth: 0
22
23
- - uses: astral-sh/setup-uv@v5
+ - uses: astral-sh/setup-uv@v7
24
25
python-version: "3.12"
26
@@ -39,11 +39,11 @@ jobs:
39
matrix:
40
python-version: ["3.10", "3.12", "3.13"]
41
42
43
44
45
46
47
48
python-version: ${{ matrix.python-version }}
49
0 commit comments