Skip to content

Commit e5945a3

Browse files
authored
Merge pull request matplotlib#26813 from matplotlib/dependabot/github_actions/docker/setup-qemu-action-3
Bump docker/setup-qemu-action from 2 to 3
2 parents 8952d14 + 3b58aa7 commit e5945a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
steps:
126126
- name: Set up QEMU
127127
if: matrix.cibw_archs == 'aarch64'
128-
uses: docker/setup-qemu-action@v2
128+
uses: docker/setup-qemu-action@v3
129129
with:
130130
platforms: arm64
131131

0 commit comments

Comments
 (0)