From e80b9af4ee5e42c3e1841aeb3f7b09e93d978b03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 08:24:38 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v4.6.27 --- .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 c32152a..19d1eee 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@54763308051b7f4fcb0d168a5f160e1655b5d3db # v4.6.26 + uses: containerbase/internal-tools/setup@5178443c240fc03a38e95c6fc7283938f4b3f4f4 # v4.6.27 with: save-cache: true @@ -63,7 +63,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@54763308051b7f4fcb0d168a5f160e1655b5d3db # v4.6.26 + uses: containerbase/internal-tools@5178443c240fc03a38e95c6fc7283938f4b3f4f4 # v4.6.27 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}