File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4141 run : echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
4242
4343 - name : Setup pnpm cache
44- uses : actions/cache@v4
44+ uses : actions/cache@v5
4545 with :
4646 path : ${{ env.STORE_PATH }}
4747 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
Original file line number Diff line number Diff line change 5656 run : echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
5757
5858 - name : Setup pnpm cache
59- uses : actions/cache@v4
59+ uses : actions/cache@v5
6060 with :
6161 path : ${{ env.STORE_PATH }}
6262 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
Original file line number Diff line number Diff line change 4343 run : echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
4444
4545 - name : Setup pnpm cache
46- uses : actions/cache@v4
46+ uses : actions/cache@v5
4747 with :
4848 path : ${{ env.STORE_PATH }}
4949 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
You can’t perform that action at this time.
0 commit comments