File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4343 echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
4444
4545 - name : Setup pnpm cache
46- uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
46+ uses : actions/cache@37e7d4eb166540050942d75a6e40742cbfc92f65
4747 with :
4848 path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
4949 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
Original file line number Diff line number Diff line change 5050 echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
5151
5252 - name : Setup pnpm cache
53- uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
53+ uses : actions/cache@37e7d4eb166540050942d75a6e40742cbfc92f65
5454 with :
5555 path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
5656 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
9595 echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
9696
9797 - name : Setup pnpm cache
98- uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
98+ uses : actions/cache@37e7d4eb166540050942d75a6e40742cbfc92f65
9999 with :
100100 path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
101101 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -140,7 +140,7 @@ jobs:
140140 echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
141141
142142 - name : Setup pnpm cache
143- uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
143+ uses : actions/cache@37e7d4eb166540050942d75a6e40742cbfc92f65
144144 with :
145145 path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
146146 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -185,7 +185,7 @@ jobs:
185185 echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
186186
187187 - name : Setup pnpm cache
188- uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
188+ uses : actions/cache@37e7d4eb166540050942d75a6e40742cbfc92f65
189189 with :
190190 path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
191191 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
You can’t perform that action at this time.
0 commit comments