From 23eefd6dd36647f833a86a1c61eff0a439fb6027 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 00:26:09 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v4.5.25 --- .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 31790056..19835189 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@5e43fe00b9ef854f1bab3f2bc3bcb495c3a89f1b # v4.5.24 + uses: containerbase/internal-tools/setup@e9592c79693436df3b52351a40c101a93229d585 # v4.5.25 with: save-cache: true - run: pnpm prettier @@ -59,7 +59,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@5e43fe00b9ef854f1bab3f2bc3bcb495c3a89f1b # v4.5.24 + uses: containerbase/internal-tools@e9592c79693436df3b52351a40c101a93229d585 # v4.5.25 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}