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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
90+ uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
27+ - uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
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 2727 run : pnpm install
2828
2929 - name : Save pnpm cache
30- uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
30+ uses : actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
3131 with :
3232 path : ${{ steps.pnpm-cache.outputs.store }}
3333 key : ${{ runner.os }}-pnpm-store-cache-${{ steps.pnpm-cache.outputs.date }}
You can’t perform that action at this time.
0 commit comments