From ef0676afeab50cd0848c56d8e2d13e1f6459a4a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 21:01:57 +0000 Subject: [PATCH] chore(github-actions): update docker/setup-buildx-action action to v4 --- .github/workflows/common-publish-to-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/common-publish-to-docker.yml b/.github/workflows/common-publish-to-docker.yml index a3b61d9..ee3cfa3 100644 --- a/.github/workflows/common-publish-to-docker.yml +++ b/.github/workflows/common-publish-to-docker.yml @@ -45,7 +45,7 @@ jobs: type=raw,value=latest - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Log in to registry if: ${{ !inputs.dry-run }}