2929 run : echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
3030
3131 - name : Load Yarn cache
32- uses : actions/cache@v3
32+ uses : actions/cache@v5
3333 id : yarn_cache_id
3434 with :
3535 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
3838 ${{ runner.os }}-yarn
3939
4040 - name : Node modules cache
41- uses : actions/cache@v3
41+ uses : actions/cache@v5
4242 id : node_modules_cache_id
4343 with :
4444 path : |
8282 run : echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
8383
8484 - name : Load Yarn cache
85- uses : actions/cache@v3
85+ uses : actions/cache@v5
8686 id : yarn_cache_id
8787 with :
8888 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
9191 ${{ runner.os }}-yarn
9292
9393 - name : Node modules cache
94- uses : actions/cache@v3
94+ uses : actions/cache@v5
9595 id : node_modules_cache_id
9696 with :
9797 path : |
@@ -133,7 +133,7 @@ jobs:
133133 run : echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
134134
135135 - name : Load Yarn cache
136- uses : actions/cache@v3
136+ uses : actions/cache@v5
137137 id : yarn_cache_id
138138 with :
139139 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -142,7 +142,7 @@ jobs:
142142 ${{ runner.os }}-yarn
143143
144144 - name : Node modules cache
145- uses : actions/cache@v3
145+ uses : actions/cache@v5
146146 id : node_modules_cache_id
147147 with :
148148 path : |
@@ -185,7 +185,7 @@ jobs:
185185 run : echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
186186
187187 - name : Load Yarn cache
188- uses : actions/cache@v3
188+ uses : actions/cache@v5
189189 id : yarn_cache_id
190190 with :
191191 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -235,7 +235,7 @@ jobs:
235235 run : echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
236236
237237 - name : Load Yarn cache
238- uses : actions/cache@v3
238+ uses : actions/cache@v5
239239 id : yarn_cache_id
240240 with :
241241 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -284,7 +284,7 @@ jobs:
284284 run : echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
285285
286286 - name : Load Yarn cache
287- uses : actions/cache@v3
287+ uses : actions/cache@v5
288288 id : yarn_cache_id
289289 with :
290290 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -293,7 +293,7 @@ jobs:
293293 ${{ runner.os }}-yarn
294294
295295 - name : Node modules cache
296- uses : actions/cache@v3
296+ uses : actions/cache@v5
297297 id : node_modules_cache_id
298298 with :
299299 path : |
@@ -333,7 +333,7 @@ jobs:
333333 run : echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
334334
335335 - name : Load Yarn cache
336- uses : actions/cache@v3
336+ uses : actions/cache@v5
337337 id : yarn_cache_id
338338 with :
339339 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -342,7 +342,7 @@ jobs:
342342 ${{ runner.os }}-yarn
343343
344344 - name : Node modules cache
345- uses : actions/cache@v3
345+ uses : actions/cache@v5
346346 id : node_modules_cache_id
347347 with :
348348 path : |
@@ -404,7 +404,7 @@ jobs:
404404 run : echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
405405
406406 - name : Load Yarn cache
407- uses : actions/cache@v3
407+ uses : actions/cache@v5
408408 id : yarn_cache_id
409409 with :
410410 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -413,7 +413,7 @@ jobs:
413413 ${{ runner.os }}-yarn
414414
415415 - name : Node modules cache
416- uses : actions/cache@v3
416+ uses : actions/cache@v5
417417 id : node_modules_cache_id
418418 with :
419419 path : |
@@ -430,7 +430,7 @@ jobs:
430430 run : echo "version=$(yarn playwright --version)" >> $GITHUB_OUTPUT
431431
432432 - name : Cache playwright binaries
433- uses : actions/cache@v3
433+ uses : actions/cache@v5
434434 id : playwright-cache
435435 with :
436436 path : " ~/.cache/ms-playwright"
@@ -472,7 +472,7 @@ jobs:
472472 run : echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
473473
474474 - name : Load Yarn cache
475- uses : actions/cache@v3
475+ uses : actions/cache@v5
476476 id : yarn_cache_id
477477 with :
478478 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -481,7 +481,7 @@ jobs:
481481 ${{ runner.os }}-yarn
482482
483483 - name : Node modules cache
484- uses : actions/cache@v3
484+ uses : actions/cache@v5
485485 id : node_modules_cache_id
486486 with :
487487 path : |
0 commit comments