Skip to content

Commit

Permalink
Merge pull request #127 from Erotemic/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/setup-qemu-action-2

Bump docker/setup-qemu-action from 1 to 2
  • Loading branch information
Erotemic authored May 6, 2022
2 parents 661516e + 1fc42dd commit ab0e6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
# Emulate aarch64 ppc64le s390x under linux
- name: Set up QEMU
if: runner.os == 'Linux' && matrix.arch != 'auto'
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v2
with:
platforms: all

Expand Down

0 comments on commit ab0e6b3

Please sign in to comment.