File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7474 working-directory : openaev-front
7575
7676 - name : Cache Yarn dependencies
77- uses : actions/cache@v5
77+ uses : actions/cache@v6
7878 with :
7979 path : ${{ steps.yarn-cache-dir.outputs.dir }}
8080 key : ${{ runner.os }}-yarn-${{ hashFiles('openaev-front/yarn.lock') }}
Original file line number Diff line number Diff line change 7777 shell : bash
7878 working-directory : openaev-front
7979 - name : Cache Yarn dependencies
80- uses : actions/cache@v5
80+ uses : actions/cache@v6
8181 with :
8282 path : ${{ steps.yarn-cache-dir.outputs.dir }}
8383 key : ${{ runner.os }}-yarn-${{ hashFiles('openaev-front/yarn.lock') }}
8989 working-directory : openaev-front
9090 - name : Cache Playwright browsers
9191 id : playwright-cache
92- uses : actions/cache@v5
92+ uses : actions/cache@v6
9393 with :
9494 path : ~/.cache/ms-playwright
9595 key : playwright-${{ inputs.browser }}-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('openaev-front/yarn.lock') }}
Original file line number Diff line number Diff line change 1717 shell : bash
1818 working-directory : openaev-front
1919 - name : Cache Yarn dependencies
20- uses : actions/cache@v5
20+ uses : actions/cache@v6
2121 with :
2222 path : ${{ steps.yarn-cache-dir.outputs.dir }}
2323 key : ${{ runner.os }}-yarn-${{ hashFiles('openaev-front/yarn.lock') }}
Original file line number Diff line number Diff line change 1919 shell : bash
2020 working-directory : openaev-front
2121 - name : Cache Yarn dependencies
22- uses : actions/cache@v5
22+ uses : actions/cache@v6
2323 with :
2424 path : ${{ steps.yarn-cache-dir.outputs.dir }}
2525 key : ${{ runner.os }}-yarn-${{ hashFiles('openaev-front/yarn.lock') }}
Original file line number Diff line number Diff line change @@ -346,7 +346,7 @@ jobs:
346346 working-directory : openaev-front
347347
348348 - name : Cache Yarn dependencies
349- uses : actions/cache@v5
349+ uses : actions/cache@v6
350350 with :
351351 path : ${{ steps.yarn-cache-dir.outputs.dir }}
352352 key : ${{ runner.os }}-yarn-${{ hashFiles('openaev-front/yarn.lock') }}
@@ -580,7 +580,7 @@ jobs:
580580 working-directory : openaev-front
581581
582582 - name : Cache Yarn dependencies
583- uses : actions/cache@v5
583+ uses : actions/cache@v6
584584 with :
585585 path : ${{ steps.yarn-cache-dir.outputs.dir }}
586586 key : ${{ runner.os }}-yarn-${{ hashFiles('openaev-front/yarn.lock') }}
You can’t perform that action at this time.
0 commit comments