From a3b1192fbdb1c54ab5d941d4e98f6cbd7ad71711 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 18:19:49 +0000 Subject: [PATCH] chore(container-builder): update docker/setup-buildx-action action to v4 --- container-builder/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container-builder/action.yaml b/container-builder/action.yaml index f98e047..14dfde8 100644 --- a/container-builder/action.yaml +++ b/container-builder/action.yaml @@ -41,7 +41,7 @@ runs: password: ${{ inputs.token }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3.12.0 + uses: docker/setup-buildx-action@v4.0.0 - name: Prepare tags template id: prepare-tags