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