File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 id : cache
3232 run : echo "path=$(pnpm store path)" >> "$GITHUB_OUTPUT"
3333
34- - uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
34+ - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
3535 with :
3636 path : ${{ steps.cache.outputs.path }}
3737 key : v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
6262 id : cache
6363 run : echo "path=$(pnpm store path)" >> "$GITHUB_OUTPUT"
6464
65- - uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
65+ - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
6666 with :
6767 path : ${{ steps.cache.outputs.path }}
6868 key : v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
9191 id : cache
9292 run : echo "path=$(pnpm store path)" >> "$GITHUB_OUTPUT"
9393
94- - uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
94+ - uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
9595 with :
9696 path : ${{ steps.cache.outputs.path }}
9797 key : v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
You can’t perform that action at this time.
0 commit comments