File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 47
47
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
48
48
49
49
- name : Setup pnpm cache
50
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
50
+ uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
51
51
with :
52
52
path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
53
53
key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
Original file line number Diff line number Diff line change 44
44
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
45
45
46
46
- name : Setup pnpm cache
47
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
47
+ uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
48
48
with :
49
49
path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
50
50
key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
You can’t perform that action at this time.
0 commit comments