File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2929 token : ${{ secrets.GITHUB_TOKEN }}
3030
3131 - name : Setup Node.js
32- uses : actions/setup-node@v4
32+ uses : actions/setup-node@v6
3333 with :
3434 node-version : ' 20'
3535 cache : ' npm'
Original file line number Diff line number Diff line change 2323 fetch-depth : 0
2424
2525 - name : Setup Node.js
26- uses : actions/setup-node@v4
26+ uses : actions/setup-node@v6
2727 with :
2828 node-version : ' 20'
2929 cache : ' npm'
Original file line number Diff line number Diff line change 3434 uses : actions/checkout@v4
3535
3636 - name : Setup Node.js
37- uses : actions/setup-node@v4
37+ uses : actions/setup-node@v6
3838 with :
3939 node-version : ' 20'
4040 cache : ' npm'
7171 uses : actions/checkout@v4
7272
7373 - name : Setup Node.js
74- uses : actions/setup-node@v4
74+ uses : actions/setup-node@v6
7575 with :
7676 node-version : ' 20'
7777 cache : ' npm'
You can’t perform that action at this time.
0 commit comments