From 267f5d66628b7179c97456e483138fa457d2a818 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 01:29:02 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v3.14.8 --- .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 e9b694e5..52dfebad 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@07ea798848211c3859fe1d64e10d2a88d0913010 # v3.14.6 + uses: containerbase/internal-tools/setup@b148c6616ae3d347c8ef9c15e4173d8363986f14 # v3.14.8 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@07ea798848211c3859fe1d64e10d2a88d0913010 # v3.14.6 + uses: containerbase/internal-tools@b148c6616ae3d347c8ef9c15e4173d8363986f14 # v3.14.8 with: command: docker-builder image-prefix: ghcr.io/${{ env.OWNER }}