From 3d6cee7bd2d8ce48a698100e1be3c70a8496de82 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 08:39:49 +0000 Subject: [PATCH] chore: bump up 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 e5c940f..1c16942 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -287,7 +287,7 @@ jobs: run: ls -R . shell: bash - name: Set up QEMU - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@v4 if: ${{ contains(matrix.target, 'armv7') }} with: platforms: all