From 82b117ba2d63116b9f4890840e3f582466f82017 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 04:15:26 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v3.10.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 d81e36ba..61fbffb4 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@33eafe4e234021f42d22277abebb4712e3cf6abc # v3.10.21 + uses: containerbase/internal-tools/setup@58012bf37e61c96af489185b723fe67a7b9b5c07 # v3.10.23 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@33eafe4e234021f42d22277abebb4712e3cf6abc # v3.10.21 + uses: containerbase/internal-tools@58012bf37e61c96af489185b723fe67a7b9b5c07 # v3.10.23 with: command: docker-builder image-prefix: ghcr.io/${{ env.OWNER }}