diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a1e0df7..5b76d45 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: timeout-minutes: 10 steps: - name: ⚙️ Setup - uses: containerbase/internal-tools/setup@7b0422482aee59fb02a4233e3a8625b49d96d399 # v4.6.83 + uses: containerbase/internal-tools/setup@8848185da8c2c87e759cc6901f857b7c2b7cee72 # v4.6.84 with: save-cache: true - run: pnpm prettier @@ -59,7 +59,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@7b0422482aee59fb02a4233e3a8625b49d96d399 # v4.6.83 + uses: containerbase/internal-tools@8848185da8c2c87e759cc6901f857b7c2b7cee72 # v4.6.84 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}