Skip to content

Commit

Permalink
️👷 (deps): Bump docker/setup-qemu-action from 1 to 3
Browse files Browse the repository at this point in the history
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 3.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](docker/setup-qemu-action@v1...v3)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 1bb1787 commit a065436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
python-version: 3.x
- name: Setup QEMU
if: ${{ matrix.platform.target != 'x86_64' && matrix.platform.target != 'x86' }}
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v3
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
python-version: 3.x
- name: Setup QEMU
if: ${{ matrix.platform.target != 'x86_64' && matrix.platform.target != 'x86' }}
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v3
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit a065436

Please sign in to comment.