From dca8fa390360afceb00afa1489ffdf1a9934640c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 17:53:45 +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 49e3458..7643856 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -245,7 +245,7 @@ jobs: run: ls -R . shell: bash - name: Set up QEMU - uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3 + uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4 if: ${{ contains(matrix.target, 'armv7') }} with: platforms: all