From d48852a0fdc5151c96cd82431102bad082060876 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 16:31:58 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v4.5.24 --- .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 d543452..3179005 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@bff7f1f69dd3e7dda44a7e15f865ecbc231d71d9 # v4.5.23 + uses: containerbase/internal-tools/setup@5e43fe00b9ef854f1bab3f2bc3bcb495c3a89f1b # v4.5.24 with: save-cache: true - run: pnpm prettier @@ -59,7 +59,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@bff7f1f69dd3e7dda44a7e15f865ecbc231d71d9 # v4.5.23 + uses: containerbase/internal-tools@5e43fe00b9ef854f1bab3f2bc3bcb495c3a89f1b # v4.5.24 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}