From 1f8c5d280fb4526e7b398065f03e0af96392b807 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 02:19:31 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v5.0.43 --- .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 af14a7c..c036304 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@8883a482d127475359c86638f9ce13317f148369 # v5.0.42 + uses: containerbase/internal-tools/setup@fae37d1245f1e397251411cf39eab92cdacc8ed5 # v5.0.43 with: save-cache: true - run: pnpm prettier @@ -59,7 +59,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@8883a482d127475359c86638f9ce13317f148369 # v5.0.42 + uses: containerbase/internal-tools@fae37d1245f1e397251411cf39eab92cdacc8ed5 # v5.0.43 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}