From 21bfa1cd56440e359485059c467c5d301b49560c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 18:23:49 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v4 --- .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 c2e1fcb..bd6b60c 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@896a64e67cffe8e684feb8011a77d9ab3f6cbe85 # v3.15.0 + uses: containerbase/internal-tools/setup@d0ea00bdbe2284c1bd624bd01626816fb107bc16 # v4.0.2 with: save-cache: true - run: pnpm prettier @@ -59,7 +59,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@896a64e67cffe8e684feb8011a77d9ab3f6cbe85 # v3.15.0 + uses: containerbase/internal-tools@d0ea00bdbe2284c1bd624bd01626816fb107bc16 # v4.0.2 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}