diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b205e21d..813fde88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} if: github.event_name != 'pull_request' - name: Setup QEMU - uses: docker/setup-qemu-action@v1 + uses: docker/setup-qemu-action@v2 with: platforms: arm64,ppc64le,s390x if: github.event_name != 'pull_request'