Skip to content

Commit 4e4345b

Browse files
authored
Merge pull request #55 from wanadev/dependabot/github_actions/docker/setup-qemu-action-4
build(deps): bump docker/setup-qemu-action from 3 to 4
2 parents 52f4e21 + f1b2522 commit 4e4345b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
- name: "Set up QEMU"
8383
if: runner.os == 'Linux' && (matrix.target.arch == 'aarch64' || matrix.target.arch == 'armv7l')
84-
uses: docker/setup-qemu-action@v3
84+
uses: docker/setup-qemu-action@v4
8585

8686
- name: "Build wheels"
8787
uses: pypa/cibuildwheel@v3.4.0

0 commit comments

Comments
 (0)