From 1cb3edf49a37fa7e93d8ce6ecb8aadc09a89bc7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 12:24:30 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v3.14.42 --- .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 253e85b..2e4e192 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@1fdc83c88a33e87d4d9b02e482ecf0c108367377 # v3.14.41 + uses: containerbase/internal-tools/setup@bdc87fd9eead2b4f670abaacf813a63cb1ea1aaf # v3.14.42 with: save-cache: true @@ -62,7 +62,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@1fdc83c88a33e87d4d9b02e482ecf0c108367377 # v3.14.41 + uses: containerbase/internal-tools@bdc87fd9eead2b4f670abaacf813a63cb1ea1aaf # v3.14.42 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}