From e9edc53e723ff2b4484ada70a44afa9fe21607da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Aug 2025 01:21:12 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v3.10.72 --- .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 3c518296..d2a0fd56 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@7c3bf36c5b0f3ddd2c628e34417c085c16d1974d # v3.10.71 + uses: containerbase/internal-tools/setup@516588309ad564e1d89549ba7cd9acbc22f37073 # v3.10.72 with: save-cache: true - run: pnpm prettier @@ -59,7 +59,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@7c3bf36c5b0f3ddd2c628e34417c085c16d1974d # v3.10.71 + uses: containerbase/internal-tools@516588309ad564e1d89549ba7cd9acbc22f37073 # v3.10.72 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}