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 2626 - os : macos-latest
2727 python-version : " 3.10"
2828 steps :
29- - uses : actions/checkout@v2
29+ - uses : actions/checkout@v3
3030 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
3131 - name : Run the tests
3232 run : hatch run cov:test || hatch run test:test --lf
7373 runs-on : ubuntu-latest
7474 timeout-minutes : 10
7575 steps :
76- - uses : actions/checkout@v2
76+ - uses : actions/checkout@v3
7777 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
7878 - uses : jupyterlab/maintainer-tools/.github/actions/make-sdist@v1
7979
9090 name : pre-commit
9191 runs-on : ubuntu-latest
9292 steps :
93- - uses : actions/checkout@v2
93+ - uses : actions/checkout@v3
9494 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
9595 - uses : jupyterlab/maintainer-tools/.github/actions/pre-commit@v1
9696
You can’t perform that action at this time.
0 commit comments