From 8b00167888ede435eb18fb74e371c96334bb8123 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 03:24:39 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v4.6.53 --- .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 472f1ddd..8a244d02 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@d844de8b15e0b330e5c35531ce80fa67cef4e366 # v4.6.52 + uses: containerbase/internal-tools/setup@63e57466f171e4f357880b84582253c5bba212fe # v4.6.53 with: save-cache: true @@ -57,7 +57,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@d844de8b15e0b330e5c35531ce80fa67cef4e366 # v4.6.52 + uses: containerbase/internal-tools@63e57466f171e4f357880b84582253c5bba212fe # v4.6.53 with: command: binary-builder dry-run: ${{github.ref_name != 'main'}}