File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3232 echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
3333
3434 - name : Setup pnpm cache
35- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
35+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3636 with :
3737 path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
3838 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
6767 echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
6868
6969 - name : Setup pnpm cache
70- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
70+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
7171 with :
7272 path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
7373 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
You can’t perform that action at this time.
0 commit comments