From d754e21e6274d43c357838d6f2c4913e388b1fa0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Mar 2025 16:15:29 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v3.10.8 --- .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 2647085..59ebdae 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@ae028f61f149ff76eed4be1d327d5bf69af1f280 # v3.10.7 + uses: containerbase/internal-tools/setup@1a9a958e2982661f0baa123ce50aeba1a8726e3c # v3.10.8 with: save-cache: true @@ -62,7 +62,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@ae028f61f149ff76eed4be1d327d5bf69af1f280 # v3.10.7 + uses: containerbase/internal-tools@1a9a958e2982661f0baa123ce50aeba1a8726e3c # v3.10.8 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}