From 29d508cba16ec5e16d3a0c24cb2d9c222c6a87a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 03:23:10 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v3.14.1 --- .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 6165d82b..022d6aae 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@ba39efa7c55bc2641fecd7e49f34da1bd531f696 # v3.14.0 + uses: containerbase/internal-tools/setup@95696ec8404b16fe7384555b713b161b4888e935 # v3.14.1 with: save-cache: true - run: pnpm prettier @@ -59,7 +59,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@ba39efa7c55bc2641fecd7e49f34da1bd531f696 # v3.14.0 + uses: containerbase/internal-tools@95696ec8404b16fe7384555b713b161b4888e935 # v3.14.1 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}