From e34a2c6416ab57dfe14e77b2efe6c826bb59c2c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 May 2025 19:15:33 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v3.10.36 --- .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 62e2f3b3..5420faaf 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@a2739c77de4cbf44c896d30ed351800214ba57c1 # v3.10.35 + uses: containerbase/internal-tools/setup@98ccec34cede40632e72d7f80c2eaf0ea69de399 # v3.10.36 with: save-cache: true - run: pnpm prettier @@ -59,7 +59,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@a2739c77de4cbf44c896d30ed351800214ba57c1 # v3.10.35 + uses: containerbase/internal-tools@98ccec34cede40632e72d7f80c2eaf0ea69de399 # v3.10.36 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}