From 39937e0cee40949e53e07015c59d598f287c9440 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 01:19:04 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v3.10.66 --- .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 f2395841..ca879f8e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: timeout-minutes: 10 steps: - name: ⚙️ Setup - uses: containerbase/internal-tools/setup@4ab91e1bcd5d4bcc211e3c3a363a0e8cf710922f # v3.10.64 + uses: containerbase/internal-tools/setup@5b8bbe60c4384a5f7c1897345c69864a65e496b8 # v3.10.66 with: save-cache: true @@ -62,7 +62,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@4ab91e1bcd5d4bcc211e3c3a363a0e8cf710922f # v3.10.64 + uses: containerbase/internal-tools@5b8bbe60c4384a5f7c1897345c69864a65e496b8 # v3.10.66 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}