From 3d8914b70bfb426f0cf144e8d0a48351c9dd531a Mon Sep 17 00:00:00 2001 From: Matt Davis <6775756+nitzmahone@users.noreply.github.com> Date: Mon, 25 Sep 2023 18:57:05 -0700 Subject: [PATCH] upgrade setup-qemu-action (#8) * reduce warning noise (cherry picked from commit 475c466602a5ea86a74ddf185ca82ed685285d3e) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bdc745ec..0c6e1c9a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -105,7 +105,7 @@ jobs: uses: actions/checkout@v4 - name: configure docker foreign arch support - uses: docker/setup-qemu-action@v1 + uses: docker/setup-qemu-action@v3 if: ${{ matrix.foreign_arch || false }} - name: build/test wheels