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