From e5527c6d5c308107c513859db85c87ad8c284ef8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 11:25:33 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v3.15.0 --- .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 d8b7683..954a86d 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@1d5c8d76cd3f42475a9fe728a7d5e34e213855b8 # v3.14.58 + uses: containerbase/internal-tools/setup@896a64e67cffe8e684feb8011a77d9ab3f6cbe85 # v3.15.0 with: save-cache: true @@ -63,7 +63,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@1d5c8d76cd3f42475a9fe728a7d5e34e213855b8 # v3.14.58 + uses: containerbase/internal-tools@896a64e67cffe8e684feb8011a77d9ab3f6cbe85 # v3.15.0 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}