From fbedf73e76a591bc11ba1c070ab2fa0347ba5787 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 11:22:24 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v4.0.3 --- .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 bd6b60c..387f603 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@d0ea00bdbe2284c1bd624bd01626816fb107bc16 # v4.0.2 + uses: containerbase/internal-tools/setup@5e8c787f8581a1dce11cedf56267f55822cb124d # v4.0.3 with: save-cache: true - run: pnpm prettier @@ -59,7 +59,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@d0ea00bdbe2284c1bd624bd01626816fb107bc16 # v4.0.2 + uses: containerbase/internal-tools@5e8c787f8581a1dce11cedf56267f55822cb124d # v4.0.3 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}