From 540adf4feacf9c2224499d8b196e09771ea79676 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 08:25:56 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v4.6.26 --- .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 278b759..c32152a 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@df3260a9a1ba8f97ad77c0b9b44e0ad45f469279 # v4.6.25 + uses: containerbase/internal-tools/setup@54763308051b7f4fcb0d168a5f160e1655b5d3db # v4.6.26 with: save-cache: true @@ -63,7 +63,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@df3260a9a1ba8f97ad77c0b9b44e0ad45f469279 # v4.6.25 + uses: containerbase/internal-tools@54763308051b7f4fcb0d168a5f160e1655b5d3db # v4.6.26 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}