File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
26+ - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
58+ - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
88+ - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
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