File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4141 build :
4242 runs-on : ubuntu-latest
4343 steps :
44- - uses : actions/checkout@v5
44+ - uses : actions/checkout@v6
4545 with :
4646 fetch-depth : 0
4747 - uses : actions/setup-python@v6
@@ -204,7 +204,7 @@ jobs:
204204 ARCH : ${{ !contains(fromJSON('["none", "min"]'), matrix.dependencies) && matrix.architecture }}
205205
206206 steps :
207- - uses : actions/checkout@v5
207+ - uses : actions/checkout@v6
208208 with :
209209 submodules : recursive
210210 fetch-depth : 0
@@ -265,7 +265,7 @@ jobs:
265265 check : ['style', 'doctest', 'typecheck', 'spellcheck']
266266
267267 steps :
268- - uses : actions/checkout@v5
268+ - uses : actions/checkout@v6
269269 - name : Set up Python ${{ matrix.python-version }}
270270 uses : actions/setup-python@v6
271271 with :
You can’t perform that action at this time.
0 commit comments