@@ -20,12 +20,12 @@ jobs:
2020 timeout-minutes : 1
2121
2222 steps :
23- - uses : actions/checkout@v5 .0.0
23+ - uses : actions/checkout@v6 .0.0
2424
2525 - name : typos
26- uses :
crate-ci/[email protected] .0 26+ uses :
crate-ci/[email protected] .2 2727
28- -
uses :
astral-sh/[email protected] .2 28+ -
uses :
astral-sh/[email protected] .4 2929
3030 - name : dprint
3131 run : uv run dprint check
5252 matrix :
5353 py : ["3.11", "3.12", "3.13", "3.14"]
5454 steps :
55- - uses : actions/checkout@v5 .0.0
55+ - uses : actions/checkout@v6 .0.0
5656
57- -
uses :
astral-sh/[email protected] .2 57+ -
uses :
astral-sh/[email protected] .4 5858 with :
5959 python-version : ${{ matrix.py }}
6060
6969 matrix :
7070 py : ["3.11", "3.12", "3.13", "3.14"]
7171 steps :
72- - uses : actions/checkout@v5 .0.0
72+ - uses : actions/checkout@v6 .0.0
7373
74- -
uses :
astral-sh/[email protected] .2 74+ -
uses :
astral-sh/[email protected] .4 7575 with :
7676 python-version : ${{ matrix.py }}
7777
8989 os : [ubuntu-latest, macos-latest, windows-latest]
9090 py : ["3.11", "3.12", "3.13", "3.14"]
9191 steps :
92- - uses : actions/checkout@v5 .0.0
92+ - uses : actions/checkout@v6 .0.0
9393
94- -
uses :
astral-sh/[email protected] .2 94+ -
uses :
astral-sh/[email protected] .4 9595 with :
9696 python-version : ${{ matrix.py }}
9797
0 commit comments