Skip to content

Commit 2d3fd26

Browse files
build(deps): 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] <[email protected]>
1 parent 52960f0 commit 2d3fd26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
]
204204
steps:
205205
- uses: actions/checkout@v3
206-
- uses: docker/setup-qemu-action@v2
206+
- uses: docker/setup-qemu-action@v3
207207
- run: pip install nox
208208
- run: nox -s test-crossenv -- ${{ matrix.platform.arch }}
209209

0 commit comments

Comments
 (0)