From 50ddeef3233781dc39cce29c04a9698d218b6596 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 09:18:35 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v5.0.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 4cb3aebc..29a76831 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@a63553af4ae5f9ff109048f6d7918b93a74107c8 # v5.0.24 + uses: containerbase/internal-tools/setup@0e5c7b3f9ece13d090b00e977623a097b194c6c8 # v5.0.25 with: save-cache: true @@ -63,7 +63,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@a63553af4ae5f9ff109048f6d7918b93a74107c8 # v5.0.24 + uses: containerbase/internal-tools@0e5c7b3f9ece13d090b00e977623a097b194c6c8 # v5.0.25 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}