From 2daa9615222e088e50f9d7e502ebf925b357809e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 01:15:35 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v3.10.28 --- .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 65b5b08..b5bc024 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@5fd1ba68118476787e1d02a01e7eeb0aaeb3a722 # v3.10.26 + uses: containerbase/internal-tools/setup@77f4534ea093557aab79c9fbdbb1e09e4a00f91d # v3.10.28 with: save-cache: true @@ -57,7 +57,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@5fd1ba68118476787e1d02a01e7eeb0aaeb3a722 # v3.10.26 + uses: containerbase/internal-tools@77f4534ea093557aab79c9fbdbb1e09e4a00f91d # v3.10.28 with: command: binary-builder dry-run: ${{github.ref_name != 'main'}}