File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
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@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
90+ uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
9191 with :
9292 path : ${{ steps.pnpm-cache.outputs.store }}
9393 key : ${{ runner.os }}-pnpm-store-cache-
@@ -139,7 +139,7 @@ jobs:
139139 id : suggestions-dir
140140 run : echo "path=$(node ./scripts/get-suggestions-dir.js)" >> "$GITHUB_OUTPUT"
141141
142- - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
142+ - uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
143143 with :
144144 path : ${{ steps.suggestions-dir.outputs.path }}
145145 merge-multiple : true
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@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
27+ - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
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@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
29+ uses : actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
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