From 6deec2a2c6d87f21a8eaf35c09e494995fd80274 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 14:25:48 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v4.6.25 --- .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 3624a23..278b759 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: timeout-minutes: 10 steps: - name: ⚙️ Setup - uses: containerbase/internal-tools/setup@acb3ec444d97f46070af74892c8efa009c796462 # v4.6.24 + uses: containerbase/internal-tools/setup@df3260a9a1ba8f97ad77c0b9b44e0ad45f469279 # v4.6.25 with: save-cache: true @@ -63,7 +63,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@acb3ec444d97f46070af74892c8efa009c796462 # v4.6.24 + uses: containerbase/internal-tools@df3260a9a1ba8f97ad77c0b9b44e0ad45f469279 # v4.6.25 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}