From ffae4d4716e3793c29088fe3af7625de7ebcd14c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 19:28:28 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v5.0.23 --- .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 2f4be6d..cb00590 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@70bd5cd7f16e02ea318f0b0c6b50c452b1a8add2 # v5.0.22 + uses: containerbase/internal-tools/setup@2df971648bb137b5e3d6628f0c3bed9f86479502 # v5.0.23 with: save-cache: true @@ -63,7 +63,7 @@ jobs: show-progress: false - name: binary-builder - uses: containerbase/internal-tools@70bd5cd7f16e02ea318f0b0c6b50c452b1a8add2 # v5.0.22 + uses: containerbase/internal-tools@2df971648bb137b5e3d6628f0c3bed9f86479502 # v5.0.23 with: command: binary-builder dry-run: ${{github.ref != 'refs/heads/main'}}