From aea97e523991182980e85228d58bc9c9fe92766b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 01:27:04 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v3.14.13 --- .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 cd20d168..ced44c70 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@dc7f7b0abfefcd882d2f3a16d5b22a8cb73e3d95 # v3.14.11 + uses: containerbase/internal-tools/setup@7c88f112d9360bccbbc11f830563c077e1cda40f # v3.14.13 with: save-cache: true - run: pnpm prettier @@ -59,7 +59,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@dc7f7b0abfefcd882d2f3a16d5b22a8cb73e3d95 # v3.14.11 + uses: containerbase/internal-tools@7c88f112d9360bccbbc11f830563c077e1cda40f # v3.14.13 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}