From 1a06e84135047977df91c1a4a2472205ddf10dae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 01:25:07 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v3.14.38 --- .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 e3d7351..5be3899 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@ac2d21e9667686230ec7c2d94aa98eb0e56be3d6 # v3.14.36 + uses: containerbase/internal-tools/setup@eae5b856b5812a5692200982d92b89cbc671e8c8 # v3.14.38 with: save-cache: true @@ -63,7 +63,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@ac2d21e9667686230ec7c2d94aa98eb0e56be3d6 # v3.14.36 + uses: containerbase/internal-tools@eae5b856b5812a5692200982d92b89cbc671e8c8 # v3.14.38 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}