File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 40
40
# Full git history is needed to get a proper list
41
41
# of changed files within `super-linter`
42
42
fetch-depth : 0
43
- - uses : actions/setup-node@v3.8.2
43
+ - uses : actions/setup-node@v4.0.0
44
44
with :
45
45
cache : npm
46
46
- run : bash "${GITHUB_WORKSPACE}/scripts/super_linter/build/set_path.sh"
Original file line number Diff line number Diff line change 22
22
with :
23
23
fetch-depth : 0
24
24
ref : ${{ github.event.pull_request.head.sha }}
25
- - uses : actions/setup-node@v3.8.2
25
+ - uses : actions/setup-node@v4.0.0
26
26
if : github.event_name != 'pull_request' || github.event.action != 'closed'
27
27
with :
28
28
cache : npm
Original file line number Diff line number Diff line change 23
23
with :
24
24
fetch-depth : 0
25
25
ref : ${{ github.event.pull_request.head.sha }}
26
- - uses : actions/setup-node@v3.8.2
26
+ - uses : actions/setup-node@v4.0.0
27
27
if : github.event_name != 'pull_request' || github.event.action != 'closed'
28
28
with :
29
29
cache : npm
Original file line number Diff line number Diff line change 22
22
with :
23
23
fetch-depth : 0
24
24
ref : ${{ github.event.pull_request.head.sha || github.sha }}
25
- - uses : actions/setup-node@v3.8.2
25
+ - uses : actions/setup-node@v4.0.0
26
26
if : github.event_name != 'pull_request' || github.event.action != 'closed'
27
27
with :
28
28
cache : npm
You can’t perform that action at this time.
0 commit comments