From 00e4631d469e9955ef1a8c0a7c576cbb8d1be3b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 13:33:46 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v4.6.56 --- .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 6c4ae14..5f78279 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: steps: - name: ⚙️ Setup - uses: containerbase/internal-tools/setup@0189d1605aac9c1992a3a378a5710ce0a16d50ce # v4.6.55 + uses: containerbase/internal-tools/setup@b39a7dc51cfd776d0f2c51f5a151b588d013ef53 # v4.6.56 with: save-cache: true @@ -60,7 +60,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@0189d1605aac9c1992a3a378a5710ce0a16d50ce # v4.6.55 + uses: containerbase/internal-tools@b39a7dc51cfd776d0f2c51f5a151b588d013ef53 # v4.6.56 with: command: binary-builder dry-run: ${{github.ref_name != 'main'}}