From: Ben Darnell Date: Fri, 21 Apr 2023 23:41:15 +0000 (-0400) Subject: ci: Update setup-qemu-action version X-Git-Tag: v6.3.2~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3256%2Fhead;p=thirdparty%2Ftornado.git ci: Update setup-qemu-action version Eliminates some more deprecation warnings --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8b921d84b..859b67c5f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,7 @@ jobs: python-version: ${{ env.python-version }} - name: Set up QEMU if: runner.os == 'Linux' - uses: docker/setup-qemu-action@v1 + uses: docker/setup-qemu-action@v2 with: platforms: all