Skip to content

Commit

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

Bump docker/setup-qemu-action from 2 to 3
  • Loading branch information
tdewolff authored Oct 30, 2023
2 parents 3518a79 + d477149 commit ab11a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Set up QEMU
if: matrix.go_target == 'arm64'
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: arm64
- name: Build wheels
Expand Down

0 comments on commit ab11a96

Please sign in to comment.