From e9cb830bb3adef72da8c034b04423492fb766a85 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 02:22:15 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v4.1.7 --- .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 537f064..6c23771 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@1d845a7e4ccecdb21bf2078d773db57f3e626274 # v4.1.6 + uses: containerbase/internal-tools/setup@84b315a638cdbbd4b904a355176752e075dbbe4a # v4.1.7 with: save-cache: true - run: pnpm prettier @@ -59,7 +59,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@1d845a7e4ccecdb21bf2078d773db57f3e626274 # v4.1.6 + uses: containerbase/internal-tools@84b315a638cdbbd4b904a355176752e075dbbe4a # v4.1.7 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}