File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3838 run : |
3939 echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
4040 - name : pnpm cache
41- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
41+ uses : actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
4242 with :
4343 path : ${{ steps.pnpm-cache-path.outputs.STORE_PATH }}
4444 key : lint-${{ runner.os }}-${{ steps.setup-node.outputs.node-version }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
6969 run : |
7070 echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
7171 - name : pnpm cache
72- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
72+ uses : actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
7373 with :
7474 path : ${{ steps.pnpm-cache-path.outputs.STORE_PATH }}
7575 key : test-${{ runner.os }}-${{ steps.setup-node.outputs.node-version }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -126,7 +126,7 @@ jobs:
126126 run : |
127127 echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
128128 - name : pnpm cache
129- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
129+ uses : actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
130130 with :
131131 path : ${{ steps.pnpm-cache-path.outputs.STORE_PATH }}
132132 key : release-${{ runner.os }}-${{ steps.setup-node.outputs.node-version }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
You can’t perform that action at this time.
0 commit comments