File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v3
12- - uses : actions/setup-node@v3
12+ - uses : actions/setup-node@v4
1313 with :
14- node-version : ' 20.9 .0'
14+ node-version : ' 20.16 .0'
1515 - uses : actions/cache@v3
1616 with :
1717 path : |
3838 - uses : actions/checkout@v3
3939 with :
4040 fetch-depth : 0
41- - uses : actions/setup-node@v3
41+ - uses : actions/setup-node@v4
4242 with :
43- node-version : ' 20.9 .0'
43+ node-version : ' 20.16 .0'
4444 - uses : actions/cache@v3
4545 with :
4646 path : |
Original file line number Diff line number Diff line change 88 - uses : actions/checkout@v3
99 - run : sed -i -E "s/(docker:.+)/Dockerfile/" ./action.yml
1010 - run : echo -n '' > .dockerignore
11- - uses : actions/setup-node@v3
11+ - uses : actions/setup-node@v4
1212 with :
13- node-version : ' 20.9 .0'
13+ node-version : ' 20.16 .0'
1414 - uses : actions/cache@v3
1515 with :
1616 path : |
3131 runs-on : ubuntu-latest
3232 steps :
3333 - uses : actions/checkout@v3
34- - uses : actions/setup-node@v3
34+ - uses : actions/setup-node@v4
3535 with :
36- node-version : ' 20.9 .0'
36+ node-version : ' 20.16 .0'
3737 - uses : actions/cache@v3
3838 with :
3939 path : |
You can’t perform that action at this time.
0 commit comments