From 56aba08da47fce8ef02354ad5bc0defc602373e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 16:22:16 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v3.10.81 --- .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 cb0c77b2..2c4e8b72 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@2c51e8e2aa0689c2ea165855cd2cee2390bb1a7a # v3.10.80 + uses: containerbase/internal-tools/setup@d4b2f1b69087e8f0fff7c1ba1b2786247eb41bef # v3.10.81 with: save-cache: true - run: pnpm prettier @@ -59,7 +59,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@2c51e8e2aa0689c2ea165855cd2cee2390bb1a7a # v3.10.80 + uses: containerbase/internal-tools@d4b2f1b69087e8f0fff7c1ba1b2786247eb41bef # v3.10.81 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}