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 26
26
- os : macos-latest
27
27
python-version : " 3.10"
28
28
steps :
29
- - uses : actions/checkout@v2
29
+ - uses : actions/checkout@v3
30
30
- uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
31
31
- name : Run the tests
32
32
run : hatch run cov:test || hatch run test:test --lf
73
73
runs-on : ubuntu-latest
74
74
timeout-minutes : 10
75
75
steps :
76
- - uses : actions/checkout@v2
76
+ - uses : actions/checkout@v3
77
77
- uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
78
78
- uses : jupyterlab/maintainer-tools/.github/actions/make-sdist@v1
79
79
90
90
name : pre-commit
91
91
runs-on : ubuntu-latest
92
92
steps :
93
- - uses : actions/checkout@v2
93
+ - uses : actions/checkout@v3
94
94
- uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
95
95
- uses : jupyterlab/maintainer-tools/.github/actions/pre-commit@v1
96
96
You can’t perform that action at this time.
0 commit comments