From e37096b25b2540180a5ab2906a56ba948791ea8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 17:24:46 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v4.6.21 --- .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 783e241..9471e90 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@2929b404b48c6777bba7ade466b75a7b69d7f970 # v4.6.17 + uses: containerbase/internal-tools/setup@9282f5c18d4214a9d9bd3c31286cc937c7b4b876 # v4.6.21 with: save-cache: true @@ -52,7 +52,7 @@ jobs: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ env.OWNER }} --password-stdin - name: Publish to ghcr.io - uses: containerbase/internal-tools@2929b404b48c6777bba7ade466b75a7b69d7f970 # v4.6.17 + uses: containerbase/internal-tools@9282f5c18d4214a9d9bd3c31286cc937c7b4b876 # v4.6.21 with: command: docker-builder image-prefix: ghcr.io/${{ env.OWNER }}