From a2ba10fa6a3ee834dc66cfcb41513f18781934a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 10:46:57 +0000 Subject: [PATCH] chore(core-deps): update docker/setup-buildx-action action to v4 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4bada6b..b752ff9 100644 --- a/action.yml +++ b/action.yml @@ -69,7 +69,7 @@ runs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx if: env.should-deliver-container == 'true' - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Login to Docker Hub # if the client has not provided a custom registry, then login to Docker Hub if: env.should-deliver-container == 'true' && inputs.container-registry-name == 'false' uses: docker/login-action@v3.0.0