From c5808e6145fd93249fd3c5a369c949b1cc705036 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 13:25:45 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v4.6.70 --- .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 35bb780..15d2fc0 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@5dad87b46900facdce3bb06ca07c109e67c2604f # v4.6.69 + uses: containerbase/internal-tools/setup@8c3e9585ec2e68fee68dbd1862e216899b16dfc5 # v4.6.70 with: save-cache: true - run: pnpm prettier @@ -59,7 +59,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@5dad87b46900facdce3bb06ca07c109e67c2604f # v4.6.69 + uses: containerbase/internal-tools@8c3e9585ec2e68fee68dbd1862e216899b16dfc5 # v4.6.70 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}