From 7ceb7cd17e4366c0569c34cf3a61f2a064eed4d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Jul 2025 11:15:40 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v3.10.54 --- .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 e997c244..103075f0 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@70d5f39f10f73f3c72bd5966b47cf23e0b91c17e # v3.10.53 + uses: containerbase/internal-tools/setup@9045ba725772bf5d92dce34ab55b60d35474e440 # v3.10.54 with: save-cache: true - run: pnpm prettier @@ -59,7 +59,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@70d5f39f10f73f3c72bd5966b47cf23e0b91c17e # v3.10.53 + uses: containerbase/internal-tools@9045ba725772bf5d92dce34ab55b60d35474e440 # v3.10.54 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}