From ab8bcae29f1727ec8f7bd38b8f119f0544301c15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 01:27:10 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v4.6.73 --- .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 2cfc79e..7e4f622 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@25fa5ae505afd2a8aaf0c6008c935f902dd1d315 # v4.6.71 + uses: containerbase/internal-tools/setup@79d3a1900b0af3210b6a285e31f90bc8d73669f6 # v4.6.73 with: save-cache: true - run: pnpm prettier @@ -59,7 +59,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@25fa5ae505afd2a8aaf0c6008c935f902dd1d315 # v4.6.71 + uses: containerbase/internal-tools@79d3a1900b0af3210b6a285e31f90bc8d73669f6 # v4.6.73 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}