File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
main :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v2
10
+ - uses : actions/checkout@v4
11
11
# Workaround for https://github.com/nodejs/node-gyp/issues/2219#issuecomment-1359162118
12
12
- uses : actions/setup-python@v5
13
13
with :
17
17
with :
18
18
node-version : " 14.x"
19
19
- name : Cache npm dependencies
20
- uses : actions/cache@v2
20
+ uses : actions/cache@v4
21
21
with :
22
22
path : ~/.npm
23
23
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
35
35
commit_message : Generate parser
36
36
file_pattern : src
37
37
- name : Checkout gh-pages branch to ./gh-pages
38
- uses : actions/checkout@v2
38
+ uses : actions/checkout@v4
39
39
with :
40
40
ref : gh-pages
41
41
path : ./gh-pages
Original file line number Diff line number Diff line change 10
10
main :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v4
14
14
# Workaround for https://github.com/nodejs/node-gyp/issues/2219#issuecomment-1359162118
15
15
- uses : actions/setup-python@v5
16
16
with :
20
20
with :
21
21
node-version : " 14.x"
22
22
- name : Cache npm dependencies
23
- uses : actions/cache@v2
23
+ uses : actions/cache@v4
24
24
with :
25
25
path : ~/.npm
26
26
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments