From ae8a81b90c2169670c9e2a8c057651db4fc19a67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 10:28: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 49e3458..b039571 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@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4 if: ${{ contains(matrix.target, 'armv7') }} with: platforms: all