From 2a9c9828a4dd9aa3ae4827e9bcd1df06ac8ddaf1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 01:28:57 +0000 Subject: [PATCH] ci(deps): update containerbase/internal-tools action to v3.14.8 --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2adbdff2..928a1881 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -24,7 +24,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 @@ -51,7 +51,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 platforms: linux/amd64,linux/arm64