From fe4e2a983efa56278f122bca786aff3b4169d6c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 21:18:17 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v3.10.90 --- .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 3966d99a..a9dc88d8 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@df03af281c3457391eeac44f4f994211cd17fb8b # v3.10.89 + uses: containerbase/internal-tools/setup@d1463acbcff6c5608f9912c3bdb94d34ca619335 # v3.10.90 with: save-cache: true - run: pnpm prettier @@ -59,7 +59,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@df03af281c3457391eeac44f4f994211cd17fb8b # v3.10.89 + uses: containerbase/internal-tools@d1463acbcff6c5608f9912c3bdb94d34ca619335 # v3.10.90 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}