@@ -17,16 +17,16 @@ jobs:
1717 runs-on : ubuntu-latest
1818 steps :
1919 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20- - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
20+ - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0 .0
2121 with :
2222 node-version : ' lts/*'
2323
24- - uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1 .0
24+ - uses : pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2 .0
2525 - name : Get pnpm cache info
2626 id : pnpm-cache
2727 shell : bash
2828 run : echo "store=$(pnpm store path)" >> $GITHUB_OUTPUT
29- - uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
29+ - uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
38+ - uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
48+ - uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
55+ - uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5656 with :
5757 path : ${{ steps.pnpm-cache.outputs.store }}
5858 key : ${{ runner.os }}-pnpm-store-cache-${{ github.run_id }}-${{ github.run_attempt }}
0 commit comments