diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 472aad0a..29015fb1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: if: github.event_name != 'pull_request' - name: Setup QEMU - uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0 + uses: docker/setup-qemu-action@5927c834f5b4fdf503fca6f4c7eccda82949e1ee # v3.1.0 with: platforms: arm64,ppc64le,s390x if: github.event_name != 'pull_request'