File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
4545
4646 - name : Setup pnpm cache
47- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
47+ uses : actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
4848 with :
4949 path : ${{ env.STORE_PATH }}
5050 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
Original file line number Diff line number Diff line change 5656 echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
5757
5858 - name : Setup pnpm cache
59- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
59+ uses : actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # 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 4949 echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
5050
5151 - name : Setup pnpm cache
52- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
52+ uses : actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
5353 with :
5454 path : ${{ env.STORE_PATH }}
5555 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
You can’t perform that action at this time.
0 commit comments