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 1515 - name : Checkout repository
1616 uses : actions/checkout@v5
1717
18- - uses : actions/setup-node@v5
18+ - uses : actions/setup-node@v6
1919 with :
2020 node-version : ' 22'
2121 package-manager-cache : false
Original file line number Diff line number Diff line change 1515 - name : Checkout repository
1616 uses : actions/checkout@v5
1717
18- - uses : actions/setup-node@v5
18+ - uses : actions/setup-node@v6
1919 with :
2020 node-version : ' 22'
2121 package-manager-cache : false
Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v5
1515
1616 - name : Use Node.js
17- uses : actions/setup-node@v5
17+ uses : actions/setup-node@v6
1818 with :
1919 node-version : ' 22'
2020 package-manager-cache : false
Original file line number Diff line number Diff line change 2121 - uses : actions/checkout@v5
2222
2323 - name : Use Node.js
24- uses : actions/setup-node@v5
24+ uses : actions/setup-node@v6
2525 with :
2626 node-version : ' 22'
2727 package-manager-cache : false
You can’t perform that action at this time.
0 commit comments