From c618bddb43ab6edd3281407d81edb28ff8d7ceac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 04:23:46 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v3.14.41 --- .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 894d4386..40f6efbb 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@02cc079b9a4cb52a1345335b6f4b0b842be05cea # v3.14.40 + uses: containerbase/internal-tools/setup@1fdc83c88a33e87d4d9b02e482ecf0c108367377 # v3.14.41 with: save-cache: true - run: pnpm prettier @@ -59,7 +59,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@02cc079b9a4cb52a1345335b6f4b0b842be05cea # v3.14.40 + uses: containerbase/internal-tools@1fdc83c88a33e87d4d9b02e482ecf0c108367377 # v3.14.41 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}