Skip to content

Commit f718837

Browse files
authored
Merge pull request #429 from anastruct/dependabot/github_actions/docker/setup-qemu-action-4
Bump docker/setup-qemu-action from 3 to 4
2 parents ea1d0bd + 03aef1f commit f718837

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
steps:
5050
- name: Set up QEMU for aarch64
5151
if: matrix.buildplat[1] == 'manylinux_aarch64'
52-
uses: docker/setup-qemu-action@v3
52+
uses: docker/setup-qemu-action@v4
5353
with:
5454
platforms: arm64
5555

0 commit comments

Comments
 (0)