File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 # Full git history is needed to get a proper list
4141 # of changed files within `super-linter`
4242 fetch-depth : 0
43- - uses : actions/setup-node@v4.0.0
43+ - uses : actions/setup-node@v4.0.1
4444 with :
4545 cache : npm
4646 - run : bash "${GITHUB_WORKSPACE}/scripts/super_linter/build/set_path.sh"
Original file line number Diff line number Diff line change 2222 with :
2323 fetch-depth : 0
2424 ref : ${{ github.event.pull_request.head.sha || github.sha }}
25- - uses : actions/setup-node@v4.0.0
25+ - uses : actions/setup-node@v4.0.1
2626 if : github.event_name != 'pull_request' || github.event.action != 'closed'
2727 with :
2828 cache : npm
Original file line number Diff line number Diff line change 2222 with :
2323 fetch-depth : 0
2424 ref : ${{ github.event.pull_request.head.sha || github.sha }}
25- - uses : actions/setup-node@v4.0.0
25+ - uses : actions/setup-node@v4.0.1
2626 if : github.event_name != 'pull_request' || github.event.action != 'closed'
2727 with :
2828 cache : npm
Original file line number Diff line number Diff line change 2121 with :
2222 fetch-depth : 0
2323 ref : ${{ github.event.pull_request.head.sha || github.sha }}
24- - uses : actions/setup-node@v4.0.0
24+ - uses : actions/setup-node@v4.0.1
2525 if : github.event_name != 'pull_request' || github.event.action != 'closed'
2626 with :
2727 cache : npm
You can’t perform that action at this time.
0 commit comments