From ba31495d3688d2661e36e72e861ae9cac3d7f073 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 13:34:15 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v3.10.89 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1412bef6..3966d99a 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@1512f33187f6f55360f519853e7b247084e2970f # v3.10.88 + uses: containerbase/internal-tools/setup@df03af281c3457391eeac44f4f994211cd17fb8b # v3.10.89 with: save-cache: true - run: pnpm prettier @@ -59,7 +59,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@1512f33187f6f55360f519853e7b247084e2970f # v3.10.88 + uses: containerbase/internal-tools@df03af281c3457391eeac44f4f994211cd17fb8b # v3.10.89 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}