Skip to content

Commit

Permalink
Merge pull request #1615 from pypa/dependabot/github_actions/docker/s…
Browse files Browse the repository at this point in the history
…etup-qemu-action-3

chore(deps): bump docker/setup-qemu-action from 2 to 3
  • Loading branch information
joerick committed Sep 18, 2023
2 parents f0feaff + f5e60d6 commit e8ba0d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Set up QEMU
id: qemu
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: all

Expand Down
2 changes: 1 addition & 1 deletion examples/github-with-qemu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Set up QEMU
if: runner.os == 'Linux'
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: all

Expand Down

0 comments on commit e8ba0d4

Please sign in to comment.