2828 - uses : actions/checkout@v5
2929
3030 - name : Use Node.js ${{ env.LATEST_NODE_VERSION }}
31- uses : actions/setup-node@v5
31+ uses : actions/setup-node@v6
3232 with :
3333 node-version : ${{ env.LATEST_NODE_VERSION }}
3434 package-manager-cache : false
3939 corepack prepare yarn@stable --activate
4040
4141 - name : Activate cache for yarn
42- uses : actions/setup-node@v5
42+ uses : actions/setup-node@v6
4343 with :
4444 cache : yarn
4545
6363 - uses : actions/checkout@v5
6464
6565 - name : Use Node.js ${{ env.LATEST_NODE_VERSION }}
66- uses : actions/setup-node@v5
66+ uses : actions/setup-node@v6
6767 with :
6868 node-version : ${{ env.LATEST_NODE_VERSION }}
6969 package-manager-cache : false
7474 corepack prepare yarn@stable --activate
7575
7676 - name : Activate cache for yarn
77- uses : actions/setup-node@v5
77+ uses : actions/setup-node@v6
7878 with :
7979 cache : yarn
8080
@@ -110,7 +110,7 @@ jobs:
110110 - uses : actions/checkout@v5
111111
112112 - name : Use Node.js ${{ matrix.node-version }}
113- uses : actions/setup-node@v5
113+ uses : actions/setup-node@v6
114114 with :
115115 node-version : ${{ matrix.node-version }}
116116 package-manager-cache : false
@@ -121,12 +121,12 @@ jobs:
121121 corepack prepare yarn@stable --activate
122122
123123 - name : Activate cache for npm
124- uses : actions/setup-node@v5
124+ uses : actions/setup-node@v6
125125 with :
126126 cache : npm
127127
128128 - name : Activate cache for yarn
129- uses : actions/setup-node@v5
129+ uses : actions/setup-node@v6
130130 with :
131131 cache : yarn
132132
@@ -153,7 +153,7 @@ jobs:
153153 - uses : actions/checkout@v5
154154
155155 - name : Use Node.js ${{ env.LATEST_NODE_VERSION }}
156- uses : actions/setup-node@v5
156+ uses : actions/setup-node@v6
157157 with :
158158 node-version : ${{ env.LATEST_NODE_VERSION }}
159159 package-manager-cache : false
@@ -164,12 +164,12 @@ jobs:
164164 corepack prepare yarn@stable --activate
165165
166166 - name : Activate cache for npm
167- uses : actions/setup-node@v5
167+ uses : actions/setup-node@v6
168168 with :
169169 cache : npm
170170
171171 - name : Activate cache for yarn
172- uses : actions/setup-node@v5
172+ uses : actions/setup-node@v6
173173 with :
174174 cache : yarn
175175
@@ -204,7 +204,7 @@ jobs:
204204 - uses : actions/checkout@v5
205205
206206 - name : Use Node.js ${{ env.LATEST_NODE_VERSION }}
207- uses : actions/setup-node@v5
207+ uses : actions/setup-node@v6
208208 with :
209209 node-version : ${{ env.LATEST_NODE_VERSION }}
210210 package-manager-cache : false
@@ -215,12 +215,12 @@ jobs:
215215 corepack prepare yarn@stable --activate
216216
217217 - name : Activate cache for npm
218- uses : actions/setup-node@v5
218+ uses : actions/setup-node@v6
219219 with :
220220 cache : npm
221221
222222 - name : Activate cache for yarn
223- uses : actions/setup-node@v5
223+ uses : actions/setup-node@v6
224224 with :
225225 cache : yarn
226226
@@ -248,7 +248,7 @@ jobs:
248248 - uses : actions/checkout@v5
249249
250250 - name : Use Node.js ${{ env.LATEST_NODE_VERSION }}
251- uses : actions/setup-node@v5
251+ uses : actions/setup-node@v6
252252 with :
253253 node-version : ${{ env.LATEST_NODE_VERSION }}
254254 package-manager-cache : false
@@ -259,7 +259,7 @@ jobs:
259259 corepack prepare yarn@stable --activate
260260
261261 - name : Activate cache for yarn
262- uses : actions/setup-node@v5
262+ uses : actions/setup-node@v6
263263 with :
264264 cache : yarn
265265
@@ -296,7 +296,7 @@ jobs:
296296 - uses : actions/checkout@v5
297297
298298 - name : Use Node.js ${{ env.LATEST_NODE_VERSION }}
299- uses : actions/setup-node@v5
299+ uses : actions/setup-node@v6
300300 with :
301301 node-version : ${{ env.LATEST_NODE_VERSION }}
302302 package-manager-cache : false
@@ -307,7 +307,7 @@ jobs:
307307 corepack prepare yarn@stable --activate
308308
309309 - name : Activate cache for yarn
310- uses : actions/setup-node@v5
310+ uses : actions/setup-node@v6
311311 with :
312312 cache : yarn
313313
0 commit comments