From b39488a9da9e723422def9022752def9ba7e7dc6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 09:25:13 +0000 Subject: [PATCH] chore(deps): update docker/setup-buildx-action action to v4 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/all.yml | 2 +- .github/workflows/almalinux10-ansible-latest.yml | 2 +- .github/workflows/almalinux8-ansible-latest.yml | 2 +- .github/workflows/almalinux9-ansible-latest.yml | 2 +- .github/workflows/alpine-ansible-latest.yml | 2 +- .github/workflows/amazon2-ansible-latest.yml | 2 +- .github/workflows/amazon2023-ansible-latest.yml | 2 +- .github/workflows/arch-ansible-latest.yml | 2 +- .github/workflows/centosstream8-ansible-latest.yml | 2 +- .github/workflows/centosstream9-ansible-latest.yml | 2 +- .github/workflows/debian11-ansible-latest.yml | 2 +- .github/workflows/debian12-ansible-latest.yml | 2 +- .github/workflows/debian13-ansible-latest.yml | 2 +- .github/workflows/fedora37-ansible-latest.yml | 2 +- .github/workflows/fedora38-ansible-latest.yml | 2 +- .github/workflows/fedora39-ansible-latest.yml | 2 +- .github/workflows/fedora40-ansible-latest.yml | 2 +- .github/workflows/opensuse_tumbleweed-ansible-latest.yml | 2 +- .github/workflows/openwrt-ansible-latest.yml | 2 +- .github/workflows/oracle7-ansible-latest.yml | 2 +- .github/workflows/rocky10-ansible-latest.yml | 2 +- .github/workflows/rocky8-ansible-latest.yml | 2 +- .github/workflows/rocky9-ansible-latest.yml | 2 +- .github/workflows/ubuntu1804-ansible-latest.yml | 2 +- .github/workflows/ubuntu2004-ansible-latest.yml | 2 +- .github/workflows/ubuntu2204-ansible-latest.yml | 2 +- .github/workflows/ubuntu2404-ansible-latest.yml | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index 7b2216d..9cd7c80 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -62,7 +62,7 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Build and export to Docker uses: docker/build-push-action@v6 diff --git a/.github/workflows/almalinux10-ansible-latest.yml b/.github/workflows/almalinux10-ansible-latest.yml index a99cd99..d70c771 100644 --- a/.github/workflows/almalinux10-ansible-latest.yml +++ b/.github/workflows/almalinux10-ansible-latest.yml @@ -31,7 +31,7 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Build and export to Docker uses: docker/build-push-action@v6 diff --git a/.github/workflows/almalinux8-ansible-latest.yml b/.github/workflows/almalinux8-ansible-latest.yml index cfa03e0..6eb9fd4 100644 --- a/.github/workflows/almalinux8-ansible-latest.yml +++ b/.github/workflows/almalinux8-ansible-latest.yml @@ -31,7 +31,7 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Build and export to Docker uses: docker/build-push-action@v6 diff --git a/.github/workflows/almalinux9-ansible-latest.yml b/.github/workflows/almalinux9-ansible-latest.yml index d210485..07dca44 100644 --- a/.github/workflows/almalinux9-ansible-latest.yml +++ b/.github/workflows/almalinux9-ansible-latest.yml @@ -31,7 +31,7 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Build and export to Docker uses: docker/build-push-action@v6 diff --git a/.github/workflows/alpine-ansible-latest.yml b/.github/workflows/alpine-ansible-latest.yml index 02d3831..96abfda 100644 --- a/.github/workflows/alpine-ansible-latest.yml +++ b/.github/workflows/alpine-ansible-latest.yml @@ -31,7 +31,7 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Build and export to Docker uses: docker/build-push-action@v6 diff --git a/.github/workflows/amazon2-ansible-latest.yml b/.github/workflows/amazon2-ansible-latest.yml index 91dd261..75958fa 100644 --- a/.github/workflows/amazon2-ansible-latest.yml +++ b/.github/workflows/amazon2-ansible-latest.yml @@ -31,7 +31,7 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Build and export to Docker uses: docker/build-push-action@v6 diff --git a/.github/workflows/amazon2023-ansible-latest.yml b/.github/workflows/amazon2023-ansible-latest.yml index c66803c..1520934 100644 --- a/.github/workflows/amazon2023-ansible-latest.yml +++ b/.github/workflows/amazon2023-ansible-latest.yml @@ -31,7 +31,7 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Build and export to Docker uses: docker/build-push-action@v6 diff --git a/.github/workflows/arch-ansible-latest.yml b/.github/workflows/arch-ansible-latest.yml index 1a21a07..ba5b119 100644 --- a/.github/workflows/arch-ansible-latest.yml +++ b/.github/workflows/arch-ansible-latest.yml @@ -31,7 +31,7 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Build and export to Docker uses: docker/build-push-action@v6 diff --git a/.github/workflows/centosstream8-ansible-latest.yml b/.github/workflows/centosstream8-ansible-latest.yml index 8638812..4bc1934 100644 --- a/.github/workflows/centosstream8-ansible-latest.yml +++ b/.github/workflows/centosstream8-ansible-latest.yml @@ -31,7 +31,7 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Build and export to Docker uses: docker/build-push-action@v6 diff --git a/.github/workflows/centosstream9-ansible-latest.yml b/.github/workflows/centosstream9-ansible-latest.yml index 06d4f6f..91c3dab 100644 --- a/.github/workflows/centosstream9-ansible-latest.yml +++ b/.github/workflows/centosstream9-ansible-latest.yml @@ -31,7 +31,7 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Build and export to Docker uses: docker/build-push-action@v6 diff --git a/.github/workflows/debian11-ansible-latest.yml b/.github/workflows/debian11-ansible-latest.yml index c52fb73..929c8ba 100644 --- a/.github/workflows/debian11-ansible-latest.yml +++ b/.github/workflows/debian11-ansible-latest.yml @@ -31,7 +31,7 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Build and export to Docker uses: docker/build-push-action@v6 diff --git a/.github/workflows/debian12-ansible-latest.yml b/.github/workflows/debian12-ansible-latest.yml index cf0438a..50d1c95 100644 --- a/.github/workflows/debian12-ansible-latest.yml +++ b/.github/workflows/debian12-ansible-latest.yml @@ -31,7 +31,7 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Build and export to Docker uses: docker/build-push-action@v6 diff --git a/.github/workflows/debian13-ansible-latest.yml b/.github/workflows/debian13-ansible-latest.yml index fe2272d..fd7482c 100644 --- a/.github/workflows/debian13-ansible-latest.yml +++ b/.github/workflows/debian13-ansible-latest.yml @@ -31,7 +31,7 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Build and export to Docker uses: docker/build-push-action@v6 diff --git a/.github/workflows/fedora37-ansible-latest.yml b/.github/workflows/fedora37-ansible-latest.yml index e83e533..2a1a08d 100644 --- a/.github/workflows/fedora37-ansible-latest.yml +++ b/.github/workflows/fedora37-ansible-latest.yml @@ -31,7 +31,7 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Build and export to Docker uses: docker/build-push-action@v6 diff --git a/.github/workflows/fedora38-ansible-latest.yml b/.github/workflows/fedora38-ansible-latest.yml index 59a25eb..6b5a236 100644 --- a/.github/workflows/fedora38-ansible-latest.yml +++ b/.github/workflows/fedora38-ansible-latest.yml @@ -31,7 +31,7 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Build and export to Docker uses: docker/build-push-action@v6 diff --git a/.github/workflows/fedora39-ansible-latest.yml b/.github/workflows/fedora39-ansible-latest.yml index 8dc914f..8d96ac7 100644 --- a/.github/workflows/fedora39-ansible-latest.yml +++ b/.github/workflows/fedora39-ansible-latest.yml @@ -31,7 +31,7 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Build and export to Docker uses: docker/build-push-action@v6 diff --git a/.github/workflows/fedora40-ansible-latest.yml b/.github/workflows/fedora40-ansible-latest.yml index 18a1334..90526bd 100644 --- a/.github/workflows/fedora40-ansible-latest.yml +++ b/.github/workflows/fedora40-ansible-latest.yml @@ -31,7 +31,7 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Build and export to Docker uses: docker/build-push-action@v6 diff --git a/.github/workflows/opensuse_tumbleweed-ansible-latest.yml b/.github/workflows/opensuse_tumbleweed-ansible-latest.yml index 6a36e52..2cac996 100644 --- a/.github/workflows/opensuse_tumbleweed-ansible-latest.yml +++ b/.github/workflows/opensuse_tumbleweed-ansible-latest.yml @@ -31,7 +31,7 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Build and export to Docker uses: docker/build-push-action@v6 diff --git a/.github/workflows/openwrt-ansible-latest.yml b/.github/workflows/openwrt-ansible-latest.yml index 6556698..85e432f 100644 --- a/.github/workflows/openwrt-ansible-latest.yml +++ b/.github/workflows/openwrt-ansible-latest.yml @@ -31,7 +31,7 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Build and export to Docker uses: docker/build-push-action@v6 diff --git a/.github/workflows/oracle7-ansible-latest.yml b/.github/workflows/oracle7-ansible-latest.yml index a6a963b..836d6d1 100644 --- a/.github/workflows/oracle7-ansible-latest.yml +++ b/.github/workflows/oracle7-ansible-latest.yml @@ -31,7 +31,7 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Build and export to Docker uses: docker/build-push-action@v6 diff --git a/.github/workflows/rocky10-ansible-latest.yml b/.github/workflows/rocky10-ansible-latest.yml index 6894308..cae7e47 100644 --- a/.github/workflows/rocky10-ansible-latest.yml +++ b/.github/workflows/rocky10-ansible-latest.yml @@ -31,7 +31,7 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Build and export to Docker uses: docker/build-push-action@v6 diff --git a/.github/workflows/rocky8-ansible-latest.yml b/.github/workflows/rocky8-ansible-latest.yml index 9980961..16b59bf 100644 --- a/.github/workflows/rocky8-ansible-latest.yml +++ b/.github/workflows/rocky8-ansible-latest.yml @@ -31,7 +31,7 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Build and export to Docker uses: docker/build-push-action@v6 diff --git a/.github/workflows/rocky9-ansible-latest.yml b/.github/workflows/rocky9-ansible-latest.yml index 0dbe9c1..34171eb 100644 --- a/.github/workflows/rocky9-ansible-latest.yml +++ b/.github/workflows/rocky9-ansible-latest.yml @@ -31,7 +31,7 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Build and export to Docker uses: docker/build-push-action@v6 diff --git a/.github/workflows/ubuntu1804-ansible-latest.yml b/.github/workflows/ubuntu1804-ansible-latest.yml index ecd1031..f81d17e 100644 --- a/.github/workflows/ubuntu1804-ansible-latest.yml +++ b/.github/workflows/ubuntu1804-ansible-latest.yml @@ -31,7 +31,7 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Build and export to Docker uses: docker/build-push-action@v6 diff --git a/.github/workflows/ubuntu2004-ansible-latest.yml b/.github/workflows/ubuntu2004-ansible-latest.yml index 726caf9..8bdbe98 100644 --- a/.github/workflows/ubuntu2004-ansible-latest.yml +++ b/.github/workflows/ubuntu2004-ansible-latest.yml @@ -31,7 +31,7 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Build and export to Docker uses: docker/build-push-action@v6 diff --git a/.github/workflows/ubuntu2204-ansible-latest.yml b/.github/workflows/ubuntu2204-ansible-latest.yml index d25c360..3e12086 100644 --- a/.github/workflows/ubuntu2204-ansible-latest.yml +++ b/.github/workflows/ubuntu2204-ansible-latest.yml @@ -31,7 +31,7 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Build and export to Docker uses: docker/build-push-action@v6 diff --git a/.github/workflows/ubuntu2404-ansible-latest.yml b/.github/workflows/ubuntu2404-ansible-latest.yml index f5378ec..914740c 100644 --- a/.github/workflows/ubuntu2404-ansible-latest.yml +++ b/.github/workflows/ubuntu2404-ansible-latest.yml @@ -30,7 +30,7 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Build and export to Docker uses: docker/build-push-action@v6