From 2a65a67692ecb31d69304608e05c73f947eb88d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 22:53:19 +0000 Subject: [PATCH] chore(deps): update docker/setup-qemu-action digest to c7c5346 --- .github/workflows/image-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image-build.yml b/.github/workflows/image-build.yml index 6db6307..06670cd 100644 --- a/.github/workflows/image-build.yml +++ b/.github/workflows/image-build.yml @@ -56,7 +56,7 @@ jobs: steps: - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 - - uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3 + - uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3 with: # Spurious segfaults when compiling # https://github.com/docker/setup-qemu-action/issues/188