We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 419838b commit c3d50f4Copy full SHA for c3d50f4
.github/workflows/build.yml
@@ -53,7 +53,7 @@ jobs:
53
python-version: ${{ env.python-version }}
54
- name: Set up QEMU
55
if: runner.os == 'Linux'
56
- uses: docker/setup-qemu-action@v1
+ uses: docker/setup-qemu-action@v2
57
with:
58
platforms: all
59
0 commit comments