File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
44
# Full git history is needed to get a proper list
45
45
# of changed files within `super-linter`
46
46
fetch-depth : 0
47
- - uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
47
+ - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
48
48
with :
49
49
cache : npm
50
50
node-version-file : .node-version
Original file line number Diff line number Diff line change 21
21
with :
22
22
fetch-depth : 0
23
23
ref : ${{ github.event.pull_request.head.sha || github.sha }}
24
- - uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
24
+ - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
25
25
if : github.event_name != 'pull_request' || github.event.action != 'closed'
26
26
with :
27
27
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 }}
25
- - uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
25
+ - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .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@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
26
+ - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
27
27
if : github.event_name != 'pull_request' || github.event.action != 'closed'
28
28
with :
29
29
cache : npm
You can’t perform that action at this time.
0 commit comments