From 35e621657abe4901983fb74504a3822db2fe4b1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 04:29:11 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v4.6.78 --- .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 d6da6a6..25d4100 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@67f1462766c141f998906dca3425072cf6517d9e # v4.6.76 + uses: containerbase/internal-tools/setup@23e897e02c415f66c5815df2e7ed9f37ec7a3926 # v4.6.78 with: save-cache: true - run: pnpm prettier @@ -59,7 +59,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@67f1462766c141f998906dca3425072cf6517d9e # v4.6.76 + uses: containerbase/internal-tools@23e897e02c415f66c5815df2e7ed9f37ec7a3926 # v4.6.78 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}