From ffcf2d01e0e37b7bf174b28bb08551c4bd75ef7c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 15:24:05 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v4.6.40 --- .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 d6a27c4..4f72d37 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@1d932825f2ee6064ca521035959d1eabc6ed5a2c # v4.6.39 + uses: containerbase/internal-tools/setup@6122c02bd82e1ff93edd4332ccea94a64034ad2a # v4.6.40 with: save-cache: true @@ -63,7 +63,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@1d932825f2ee6064ca521035959d1eabc6ed5a2c # v4.6.39 + uses: containerbase/internal-tools@6122c02bd82e1ff93edd4332ccea94a64034ad2a # v4.6.40 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}