diff --git a/.github/workflows/python-wheel.yml b/.github/workflows/python-wheel.yml index ebda9fb65e..876fb036cd 100644 --- a/.github/workflows/python-wheel.yml +++ b/.github/workflows/python-wheel.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v2 - name: Set up QEMU if: runner.os == 'Linux' - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 with: platforms: all - name: Build wheels