From 6889245c068b5cbd0bf04329f4592ceacd647569 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 01:25:53 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v4.6.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 89ec83f..15f81e8 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@3cd5248ab7133a860682c82b7a26b9da28eabcf2 # v4.6.41 + uses: containerbase/internal-tools/setup@c0acd0557771a8c771b458770c0956193ee916e4 # v4.6.42 with: save-cache: true @@ -63,7 +63,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@3cd5248ab7133a860682c82b7a26b9da28eabcf2 # v4.6.41 + uses: containerbase/internal-tools@c0acd0557771a8c771b458770c0956193ee916e4 # v4.6.42 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}