From 858acdbf6f802646d4de66f2ec00c74d848df214 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 11:37:41 +0000 Subject: [PATCH] build(deps): bump docker/setup-qemu-action from 1 to 2 (#4668) --- .github/workflows/pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 3bde24a705..3cccdd8645 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -199,7 +199,7 @@ jobs: uses: open-policy-agent/setup-opa@v1 - name: Set up QEMU - uses: docker/setup-qemu-action@v1 + uses: docker/setup-qemu-action@v2 with: platforms: arm64