Skip to content

Commit 37e13db

Browse files
Merge pull request #366 from FloatingArrayDesign/dependabot/github_actions/dev/docker/setup-qemu-action-4
build(deps): bump docker/setup-qemu-action from 3 to 4
2 parents c9e8381 + 2cc05f1 commit 37e13db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-wheels-emulated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
mkdir -p ${{github.workspace}}/install
7070
7171
- name: Set up QEMU
72-
uses: docker/setup-qemu-action@v3
72+
uses: docker/setup-qemu-action@v4
7373
with:
7474
platforms: all
7575
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)