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