diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31430f19..9cfd2071 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: if: github.event_name != 'pull_request' - name: Setup QEMU - uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 # v2.1.0 + uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2.2.0 with: platforms: arm64,ppc64le,s390x if: github.event_name != 'pull_request'