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 19
19
node-version : ["14.x"]
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@v3
22
+ uses : actions/checkout@v4
23
23
- name : Base Setup
24
24
uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
25
25
- name : Install Dependencies
Original file line number Diff line number Diff line change 13
13
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
with :
18
18
token : ${{ secrets.GITHUB_TOKEN }}
19
19
Original file line number Diff line number Diff line change 11
11
name : pre-commit
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
- uses : actions/setup-python@v4
16
16
-
uses :
pre-commit/[email protected]
17
17
with :
40
40
shell : bash -l {0}
41
41
steps :
42
42
- name : Checkout repository
43
- uses : actions/checkout@v3
43
+ uses : actions/checkout@v4
44
44
- name : Install Miniconda
45
45
uses : conda-incubator/setup-miniconda@v2
46
46
with :
You can’t perform that action at this time.
0 commit comments