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 2323 id : cache
2424 run : echo "path=$(pnpm store path)" >> $GITHUB_OUTPUT
2525
26- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
26+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
2727 with :
2828 path : ${{ steps.cache.outputs.path }}
2929 key : v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
5555 id : cache
5656 run : echo "path=$(pnpm store path)" >> $GITHUB_OUTPUT
5757
58- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
58+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
5959 with :
6060 path : ${{ steps.cache.outputs.path }}
6161 key : v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
8585 id : cache
8686 run : echo "path=$(pnpm store path)" >> $GITHUB_OUTPUT
8787
88- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
88+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
8989 with :
9090 path : ${{ steps.cache.outputs.path }}
9191 key : v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
You can’t perform that action at this time.
0 commit comments