From 82d007e27f7aada2a055f36497f3620449d96961 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 16:05:09 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v3.14.58 --- .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 cb86d4c..5be3e67 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@ba7608315e3b06fe54e06a75755031e8bab48a82 # v3.14.57 + uses: containerbase/internal-tools/setup@1d5c8d76cd3f42475a9fe728a7d5e34e213855b8 # v3.14.58 with: save-cache: true @@ -62,7 +62,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@ba7608315e3b06fe54e06a75755031e8bab48a82 # v3.14.57 + uses: containerbase/internal-tools@1d5c8d76cd3f42475a9fe728a7d5e34e213855b8 # v3.14.58 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}