From 3f3b4eaa8887a2933094d192b00ad5e6551916d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Jan 2023 02:41:33 +0000 Subject: [PATCH] chore(deps): update docker/setup-qemu-action action to v2 --- .github/workflows/partial-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/partial-publish.yaml b/.github/workflows/partial-publish.yaml index 899cb76..66d24e7 100644 --- a/.github/workflows/partial-publish.yaml +++ b/.github/workflows/partial-publish.yaml @@ -28,7 +28,7 @@ jobs: - name: Set up QEMU id: qemu - uses: docker/setup-qemu-action@v1 + uses: docker/setup-qemu-action@v2 with: image: tonistiigi/binfmt:latest platforms: all