From ec9043045ec4f7f49a4035fa70359bb5bb95bd68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 02:24:42 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v4.5.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 d763e44..b2859dd 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@5e43fe00b9ef854f1bab3f2bc3bcb495c3a89f1b # v4.5.24 + uses: containerbase/internal-tools/setup@3dc99d9f371fc6238d135bb99c1a189fbd28a0bb # v4.5.26 with: save-cache: true @@ -63,7 +63,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@5e43fe00b9ef854f1bab3f2bc3bcb495c3a89f1b # v4.5.24 + uses: containerbase/internal-tools@3dc99d9f371fc6238d135bb99c1a189fbd28a0bb # v4.5.26 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}