8000 Bump docker/setup-qemu-action from 2 to 3 · matplotlib/matplotlib@3b58aa7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3b58aa7

Browse files
Bump docker/setup-qemu-action from 2 to 3
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v2...v3) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 538bd83 commit 3b58aa7

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)
0