From 63184a2dec505433a69f4ba7b50a3bdb8c24e1c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 16:18:36 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v3.12.0 --- .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 a9dc88d8..a8113fc3 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@d1463acbcff6c5608f9912c3bdb94d34ca619335 # v3.10.90 + uses: containerbase/internal-tools/setup@902d53734ed836b88a34bebda0105e5b20bf3f94 # v3.12.0 with: save-cache: true - run: pnpm prettier @@ -59,7 +59,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@d1463acbcff6c5608f9912c3bdb94d34ca619335 # v3.10.90 + uses: containerbase/internal-tools@902d53734ed836b88a34bebda0105e5b20bf3f94 # v3.12.0 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}