Skip to content

Commit

Permalink
Bump docker/setup-qemu-action to v3
Browse files Browse the repository at this point in the history
Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>
  • Loading branch information
rtobar committed Jun 7, 2024
1 parent 1fe4109 commit 2f5544d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
with:
python-version: '3.12'

- uses: docker/setup-qemu-action@v1
- uses: docker/setup-qemu-action@v3
if: ${{ matrix.arch == 'aarch64' && matrix.os == 'ubuntu-latest' }}
name: Set up QEMU

Expand Down

0 comments on commit 2f5544d

Please sign in to comment.