From 4700ad3af743ceaa46e583c609ca9ecf4a96f357 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 04:18:53 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v3.10.69 --- .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 65e9f0ca..84d34b36 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@01e7091f532a5791d2035e641ef159bec2ebb9ed # v3.10.68 + uses: containerbase/internal-tools/setup@5eb3446f505501dca41282c7eab25d889eda4746 # v3.10.69 with: save-cache: true - run: pnpm prettier @@ -59,7 +59,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@01e7091f532a5791d2035e641ef159bec2ebb9ed # v3.10.68 + uses: containerbase/internal-tools@5eb3446f505501dca41282c7eab25d889eda4746 # v3.10.69 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}