File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/checkout@v3
12
- - uses : actions/setup-node@v3
12
+ - uses : actions/setup-node@v4
13
13
with :
14
- node-version : ' 20.9 .0'
14
+ node-version : ' 20.16 .0'
15
15
- uses : actions/cache@v3
16
16
with :
17
17
path : |
38
38
- uses : actions/checkout@v3
39
39
with :
40
40
fetch-depth : 0
41
- - uses : actions/setup-node@v3
41
+ - uses : actions/setup-node@v4
42
42
with :
43
- node-version : ' 20.9 .0'
43
+ node-version : ' 20.16 .0'
44
44
- uses : actions/cache@v3
45
45
with :
46
46
path : |
Original file line number Diff line number Diff line change 8
8
- uses : actions/checkout@v3
9
9
- run : sed -i -E "s/(docker:.+)/Dockerfile/" ./action.yml
10
10
- run : echo -n '' > .dockerignore
11
- - uses : actions/setup-node@v3
11
+ - uses : actions/setup-node@v4
12
12
with :
13
- node-version : ' 20.9 .0'
13
+ node-version : ' 20.16 .0'
14
14
- uses : actions/cache@v3
15
15
with :
16
16
path : |
31
31
runs-on : ubuntu-latest
32
32
steps :
33
33
- uses : actions/checkout@v3
34
- - uses : actions/setup-node@v3
34
+ - uses : actions/setup-node@v4
35
35
with :
36
- node-version : ' 20.9 .0'
36
+ node-version : ' 20.16 .0'
37
37
- uses : actions/cache@v3
38
38
with :
39
39
path : |
You can’t perform that action at this time.
0 commit comments