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@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
50
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
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@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
47
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
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