8000 Merge pull request #23023 from matplotlib/dependabot/github_actions/d… · matplotlib/matplotlib@d61ea7e · GitHub
[go: up one dir, main page]

Skip to content

Commit d61ea7e

Browse files
authored
Merge pull request #23023 from matplotlib/dependabot/github_actions/docker/setup-qemu-action-2
Bump docker/setup-qemu-action from 1 to 2
2 parents 826579c + 62b360e commit d61ea7e

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
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- name: Set up QEMU
4646
if: matrix.cibw_archs == 'aarch64'
47-
uses: docker/setup-qemu-action@v1
47+
uses: docker/setup-qemu-action@v2
4848
with:
4949
platforms: arm64
5050

0 commit comments

Comments
 (0)
0