File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 if :
1010 startsWith(github.ref, 'refs/tags')
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313 - name : Set up Python
1414 uses : actions/setup-python@v6
1515 with :
Original file line number Diff line number Diff line change 99 pre-commit :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313 - uses : actions/setup-python@v6
1414 -
uses :
pre-commit/[email protected]
Original file line number Diff line number Diff line change 2626 runs-on : ${{ matrix.os }}
2727
2828 steps :
29- - uses : actions/checkout@v5
29+ - uses : actions/checkout@v6
3030 - name : Set up Python
3131 uses : actions/setup-python@v6
3232 with :
5656 name : doctests
5757 runs-on : ubuntu-latest
5858 steps :
59- - uses : actions/checkout@v5
59+ - uses : actions/checkout@v6
6060 with :
6161 fetch-depth : 0 # required for hatch version discovery, which is needed for numcodecs.zarr3
6262 - name : Set up Python
You can’t perform that action at this time.
0 commit comments