From 5b41cd996fc5ab90e4db731eae8fecfb95539809 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 18:23:14 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v3.14.2 --- .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 ad913afc..4ca4d6db 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@95696ec8404b16fe7384555b713b161b4888e935 # v3.14.1 + uses: containerbase/internal-tools/setup@c84eb2a842599c744925d0d5888b62c7b993116a # v3.14.2 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@95696ec8404b16fe7384555b713b161b4888e935 # v3.14.1 + uses: containerbase/internal-tools@c84eb2a842599c744925d0d5888b62c7b993116a # v3.14.2 with: command: docker-builder image-prefix: ghcr.io/${{ env.OWNER }}