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 2020 submodules : true # Fetch Hugo themes (true OR recursive)
2121 fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
2222 - name : Setup Node.js 16.15.x
23- uses : actions/setup-node@v3
23+ uses : actions/setup-node@v4
2424 with :
2525 node-version : ' 16.15.x'
2626
Original file line number Diff line number Diff line change 2323 node-version : 16
2424
2525 - name : Install Node.js
26- uses : actions/setup-node@v2
26+ uses : actions/setup-node@v4
2727 with :
2828 node-version : 16
2929 - name : Install node_modules
Original file line number Diff line number Diff line change 1616 with :
1717 fetch-depth : 0
1818
19- - uses : actions/setup-node@v2
19+ - uses : actions/setup-node@v4
2020 with :
2121 node-version : 16
2222
Original file line number Diff line number Diff line change 1515 fetch-depth : 0
1616 token : ${{ secrets.USER_TOKEN }}
1717
18- - uses : actions/setup-node@v2
18+ - uses : actions/setup-node@v4
1919 with :
2020 node-version : 16
2121
You can’t perform that action at this time.
0 commit comments