@@ -17,16 +17,16 @@ jobs:
1717 runs-on : ubuntu-latest
1818 steps :
1919 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
20- - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
20+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
2121 with :
2222 node-version : ' lts/*'
2323
24- - uses : pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
24+ - uses : pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5
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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
29+ - uses : actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
38+ - uses : actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
48+ - uses : actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
55+ - uses : actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
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