From 13b33fdc9051a309d3b36e38698b9cbd1b26e322 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 12:32:40 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v4.2.5 --- .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 7fa3916..b64f042 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@e5da4a68add3af5560718149016e456b67325032 # v4.2.3 + uses: containerbase/internal-tools/setup@50645dd090d12fb3fbbcf4dba02f558d93599856 # v4.2.5 with: save-cache: true - run: pnpm prettier @@ -59,7 +59,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@e5da4a68add3af5560718149016e456b67325032 # v4.2.3 + uses: containerbase/internal-tools@50645dd090d12fb3fbbcf4dba02f558d93599856 # v4.2.5 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}