File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
# Full git history is needed to get a proper list of changed files within `super-linter`
39
39
fetch-depth : 0
40
40
41
- - uses : actions/setup-node@v2
41
+ - uses : actions/setup-node@v3
42
42
with :
43
43
node-version : 18.x
44
44
cache : yarn
Original file line number Diff line number Diff line change 20
20
steps :
21
21
- uses : actions/checkout@v3
22
22
- name : Use Node.js ${{ matrix.node-version }}
23
- uses : actions/setup-node@v2
23
+ uses : actions/setup-node@v3
24
24
with :
25
25
node-version : ${{ matrix.node-version }}
26
26
cache : yarn
Original file line number Diff line number Diff line change 16
16
release-type : node
17
17
- uses : actions/checkout@v3
18
18
if : ${{ steps.release.outputs.release_created }}
19
- - uses : actions/setup-node@v2
19
+ - uses : actions/setup-node@v3
20
20
with :
21
21
node-version : 18.x
22
22
registry-url : https://registry.npmjs.org/
You can’t perform that action at this time.
0 commit comments