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 1111 steps :
1212 - uses : actions/checkout@v5
1313 - name : Set up Python
14- uses : actions/setup-python@v5
14+ uses : actions/setup-python@v6
1515 with :
1616 python-version : " 3.x"
1717 - name : Install Hatch
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v5
13- - uses : actions/setup-python@v5
13+ - uses : actions/setup-python@v6
1414 -
uses :
pre-commit/[email protected]
Original file line number Diff line number Diff line change 2828 steps :
2929 - uses : actions/checkout@v5
3030 - name : Set up Python
31- uses : actions/setup-python@v5
31+ uses : actions/setup-python@v6
3232 with :
3333 python-version : ${{ matrix.python-version }}
3434 cache : ' pip'
5454 with :
5555 fetch-depth : 0 # required for hatch version discovery, which is needed for numcodecs.zarr3
5656 - name : Set up Python
57- uses : actions/setup-python@v5
57+ uses : actions/setup-python@v6
5858 with :
5959 python-version : ' 3.11'
6060 cache : ' pip'
You can’t perform that action at this time.
0 commit comments