From b02cbb74c97ecb51dd5b26ad02b3604c8e49bbbc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 11:35:14 +0000 Subject: [PATCH] chore(deps): update docker/setup-qemu-action action to v4 --- .github/workflows/build-test-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-release.yaml b/.github/workflows/build-test-release.yaml index 780c73d..fd5a6cd 100644 --- a/.github/workflows/build-test-release.yaml +++ b/.github/workflows/build-test-release.yaml @@ -50,7 +50,7 @@ jobs: with: persist-credentials: false - run: sudo snap install yq - - uses: docker/setup-qemu-action@v3 + - uses: docker/setup-qemu-action@v4 - uses: docker/setup-buildx-action@v3 - uses: docker/login-action@v3 with: