From 1c99d1774c0c605e1d870d05970ff3a7a83063d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 23:38:03 +0000 Subject: [PATCH] Update docker/setup-qemu-action action to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1be694f..22bf127 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: images: inseefrlab/spark-hadoop # list of Docker images to use as base name for tags - name: Set up QEMU - uses: docker/setup-qemu-action@v3.6.0 + uses: docker/setup-qemu-action@v4.2.0 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3.11.1