diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6339dd3..5697bd7a 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@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v2.2.0 + uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0 with: platforms: arm64,ppc64le,s390x if: github.event_name != 'pull_request'