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 2626 id : cache
2727 run : echo "path=$(pnpm store path)" >> "$GITHUB_OUTPUT"
2828
29- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
29+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
3030 with :
3131 path : ${{ steps.cache.outputs.path }}
3232 key : v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
5454 id : cache
5555 run : echo "path=$(pnpm store path)" >> "$GITHUB_OUTPUT"
5656
57- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
57+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
5858 with :
5959 path : ${{ steps.cache.outputs.path }}
6060 key : v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
8282 id : cache
8383 run : echo "path=$(pnpm store path)" >> "$GITHUB_OUTPUT"
8484
85- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
85+ - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
8686 with :
8787 path : ${{ steps.cache.outputs.path }}
8888 key : v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
You can’t perform that action at this time.
0 commit comments