File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8787 echo "store=$(pnpm store path)" >> $GITHUB_OUTPUT
8888
8989 - name : Restore pnpm cache
90- uses : actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
90+ uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
9191 with :
9292 path : ${{ steps.pnpm-cache.outputs.store }}
9393 key : ${{ runner.os }}-pnpm-store-cache-
Original file line number Diff line number Diff line change 2424 id : date
2525 run : echo "date=$(/bin/date -u "+%Y-%m-%d")" >> $GITHUB_OUTPUT
2626
27- - uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
27+ - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
2828 with :
2929 # dprint caches info about the files in the repo to skip formatting them.
3030 # However, since package.json and .dprint.jsonc don't change very often,
Original file line number Diff line number Diff line change 2626 run : pnpm install
2727
2828 - name : Save pnpm cache
29- uses : actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
29+ uses : actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
3030 with :
3131 path : ${{ steps.pnpm-cache.outputs.store }}
3232 key : ${{ runner.os }}-pnpm-store-cache-${{ steps.pnpm-cache.outputs.date }}
You can’t perform that action at this time.
0 commit comments