From d5143da159f6fe068d0027195aad536c65e75c63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 01:26:51 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v4.6.67 --- .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 d3878a3..424597c 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@0a99ab0f5289cb4b5880c3b553c4610187f021e3 # v4.6.66 + uses: containerbase/internal-tools/setup@2664065c45bb08234d38e4e046ed4a9d19b9e7bf # v4.6.67 with: save-cache: true - run: pnpm prettier @@ -59,7 +59,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@0a99ab0f5289cb4b5880c3b553c4610187f021e3 # v4.6.66 + uses: containerbase/internal-tools@2664065c45bb08234d38e4e046ed4a9d19b9e7bf # v4.6.67 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}