Skip to content

Commit

Permalink
ci: Update setup-qemu-action version
Browse files Browse the repository at this point in the history
Eliminates some more deprecation warnings
  • Loading branch information
bdarnell committed Apr 21, 2023
1 parent 419838b commit c3d50f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c3d50f4

Please sign in to comment.