File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7070 run : echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
7171
7272 - name : Cache pnpm store
73- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
73+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
7474 with :
7575 path : ${{ steps.pnpm-store.outputs.STORE_PATH }}
7676 key : ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
Original file line number Diff line number Diff line change 7979 run : echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
8080
8181 - name : Cache pnpm store
82- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
82+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
8383 with :
8484 path : ${{ steps.pnpm-store.outputs.STORE_PATH }}
8585 key : ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}-node-${{ hashFiles('.nvmrc') }}
Original file line number Diff line number Diff line change 6363 run : echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
6464
6565 - name : Cache pnpm store
66- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
66+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
6767 with :
6868 path : ${{ steps.pnpm-store.outputs.STORE_PATH }}
6969 key : ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -156,7 +156,7 @@ jobs:
156156 run : echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
157157
158158 - name : Cache pnpm store
159- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
159+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
160160 with :
161161 path : ${{ steps.pnpm-store.outputs.STORE_PATH }}
162162 key : ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
Original file line number Diff line number Diff line change 4646 run : echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
4747
4848 - name : Cache pnpm store
49- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
49+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
5050 with :
5151 path : ${{ steps.pnpm-store.outputs.STORE_PATH }}
5252 key : ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -117,7 +117,7 @@ jobs:
117117 run : echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
118118
119119 - name : Cache pnpm store
120- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
120+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
121121 with :
122122 path : ${{ steps.pnpm-store.outputs.STORE_PATH }}
123123 key : ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
You can’t perform that action at this time.
0 commit comments