File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 6666
6767 steps :
6868 - name : Download artifact from build job
69- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
69+ uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
7070 with :
7171 name : node-app
7272
Original file line number Diff line number Diff line change 2626 id : pnpm-cache
2727 shell : bash
2828 run : echo "store=$(pnpm store path)" >> $GITHUB_OUTPUT
29- - uses : actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
29+ - uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
3030 with :
3131 path : ${{ steps.pnpm-cache.outputs.store }}
3232 key : ${{ runner.os }}-pnpm-store-cache-${{ github.run_id }}-${{ github.run_attempt }}
3535
3636 - run : pnpm install --frozen-lockfile
3737 - run : pnpm build
38- - uses : actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
38+ - uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
3939 with :
4040 path : ./cache
4141 key : pacote-cache-${{ github.run_id }}-${{ github.run_attempt }}
@@ -45,14 +45,14 @@ jobs:
4545 env :
4646 GITHUB_ACCESS_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4747 NPM_TYPES_TOKEN : ${{ secrets.NPM_TYPES_TOKEN }}
48- - uses : actions/cache/save@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
48+ - uses : actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
4949 if : always()
5050 with :
5151 path : ./cache
5252 key : pacote-cache-${{ github.run_id }}-${{ github.run_attempt }}
5353
5454 - run : pnpm store prune
55- - uses : actions/cache/save@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
55+ - uses : actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
5656 with :
5757 path : ${{ steps.pnpm-cache.outputs.store }}
5858 key : ${{ runner.os }}-pnpm-store-cache-${{ github.run_id }}-${{ github.run_attempt }}
Original file line number Diff line number Diff line change 2323 - run : pnpm config set store-dir $PNPM_CACHE_FOLDER
2424 - run : pnpm install --frozen-lockfile
2525 - run : pnpm build
26- - uses : actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
26+ - uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
2727 with :
2828 path : ./cache
2929 key : pacote-cache-${{ github.run_id }}-${{ github.run_attempt}}
3636 uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
3737 with :
3838 path : packages/definitions-parser/data/
39- - uses : actions/cache/save@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
39+ - uses : actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
4040 if : always()
4141 with :
4242 path : ./cache
Original file line number Diff line number Diff line change 3333 id : pnpm-cache
3434 shell : bash
3535 run : echo "store=$(pnpm store path)" >> $GITHUB_OUTPUT
36- - uses : actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
36+ - uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
3737 with :
3838 path : ${{ steps.pnpm-cache.outputs.store }}
3939 key : ${{ runner.os }}-pnpm-store-cache-${{ github.run_id }}-${{ github.run_attempt }}
You can’t perform that action at this time.
0 commit comments