From 38e292946fbeb660f42024391e7140b33c3ef0d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 19:23:54 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v4.5.6 --- .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 8cd3371d..3bd61be2 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@63eddd1e1512b0b300bd0e8c040582abdd63ae85 # v4.5.5 + uses: containerbase/internal-tools/setup@325607cd4ad76c6357125974534a1390823d6215 # v4.5.6 with: save-cache: true @@ -57,7 +57,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@63eddd1e1512b0b300bd0e8c040582abdd63ae85 # v4.5.5 + uses: containerbase/internal-tools@325607cd4ad76c6357125974534a1390823d6215 # v4.5.6 with: command: binary-builder dry-run: ${{github.ref_name != 'main'}}