From 22f51a3324e4f0e47c6888194416d48512389830 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 05:22:58 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v3.14.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 91a5822..65089e5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: steps: - name: ⚙️ Setup - uses: containerbase/internal-tools/setup@1cc46a6d80ac51be43fdca42aa2a3ea944bf3771 # v3.14.25 + uses: containerbase/internal-tools/setup@f84621abbc75c66d17dff3782dbed0438430aec6 # v3.14.26 with: save-cache: true @@ -60,7 +60,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@1cc46a6d80ac51be43fdca42aa2a3ea944bf3771 # v3.14.25 + uses: containerbase/internal-tools@f84621abbc75c66d17dff3782dbed0438430aec6 # v3.14.26 with: command: binary-builder dry-run: ${{github.ref_name != 'main'}}