From 0653e62f424d2ba96b00382c7fae0873d0178816 Mon Sep 17 00:00:00 2001 From: "felix-renovate[bot]" <143542247+felix-renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 23:40:06 +0000 Subject: [PATCH] chore(deps): update docker/setup-qemu-action digest to 53851d1 (#19) Co-authored-by: felix-renovate[bot] <143542247+felix-renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f0760e0..d3947cc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -55,7 +55,7 @@ jobs: # setup qemu and buildx for cross-builds (arm64) - name: Set up QEMU (for arm64 builds) - uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3 + uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3 - name: Set up Docker Buildx uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3