File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2222 fetch-depth : 0
2323
2424 - name : ' Install Node.js'
25- uses : actions/setup-node@v5
25+ uses : actions/setup-node@v6
2626 with :
2727 node-version : 20
2828
Original file line number Diff line number Diff line change 1515 fetch-depth : 2
1616
1717 - name : ' Install Node.js'
18- uses : actions/setup-node@v5
18+ uses : actions/setup-node@v6
1919 with :
2020 node-version : 20
2121 registry-url : https://registry.npmjs.org/
Original file line number Diff line number Diff line change 3232 fetch-depth : 2
3333
3434 - name : ' Install Node.js'
35- uses : actions/setup-node@v5
35+ uses : actions/setup-node@v6
3636 with :
3737 node-version : ' ${{ matrix.node }}'
3838
5555 fetch-depth : 2
5656
5757 - name : ' Install Node.js'
58- uses : actions/setup-node@v5
58+ uses : actions/setup-node@v6
5959 with :
6060 node-version : 18
6161
8888 fetch-depth : 2
8989
9090 - name : ' Install Node.js'
91- uses : actions/setup-node@v5
91+ uses : actions/setup-node@v6
9292 with :
9393 node-version : ' ${{ matrix.node }}'
9494
@@ -119,7 +119,7 @@ jobs:
119119 fetch-depth : 2
120120
121121 - name : ' Install Node.js'
122- uses : actions/setup-node@v5
122+ uses : actions/setup-node@v6
123123 with :
124124 node-version : ' ${{ matrix.node }}'
125125
@@ -150,7 +150,7 @@ jobs:
150150 fetch-depth : 2
151151
152152 - name : ' Install Node.js'
153- uses : actions/setup-node@v5
153+ uses : actions/setup-node@v6
154154 with :
155155 node-version : ' ${{ matrix.node }}'
156156
You can’t perform that action at this time.
0 commit comments