File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 run : |
3434 echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
3535
36- - uses : actions/cache@v4
36+ - uses : actions/cache@v5
3737 name : Setup pnpm cache
3838 with :
3939 path : ${{ env.STORE_PATH }}
4343
4444 - name : Cache Cypress Binary
4545 id : cache-cypress-binary
46- uses : actions/cache@v4
46+ uses : actions/cache@v5
4747 with :
4848 path : ~/.cache/Cypress
4949 key : binary-${{ env.NODE_VERSION }}-${{ hashFiles('pnpm-lock.yaml') }}
Original file line number Diff line number Diff line change 3434 run : |
3535 echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
3636
37- - uses : actions/cache@v4
37+ - uses : actions/cache@v5
3838 name : Setup pnpm cache
3939 with :
4040 path : ${{ env.STORE_PATH }}
Original file line number Diff line number Diff line change 3232 run : |
3333 echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
3434
35- - uses : actions/cache@v4
35+ - uses : actions/cache@v5
3636 name : Setup pnpm cache
3737 with :
3838 path : ${{ env.STORE_PATH }}
Original file line number Diff line number Diff line change 3232 run : |
3333 echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
3434
35- - uses : actions/cache@v4
35+ - uses : actions/cache@v5
3636 name : Setup pnpm cache
3737 with :
3838 path : ${{ env.STORE_PATH }}
Original file line number Diff line number Diff line change 3434 run : |
3535 echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
3636
37- - uses : actions/cache@v4
37+ - uses : actions/cache@v5
3838 name : Setup pnpm cache
3939 with :
4040 path : ${{ env.STORE_PATH }}
Original file line number Diff line number Diff line change 3232 run : |
3333 echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
3434
35- - uses : actions/cache@v4
35+ - uses : actions/cache@v5
3636 name : Setup pnpm cache
3737 with :
3838 path : ${{ env.STORE_PATH }}
You can’t perform that action at this time.
0 commit comments