Skip to content

Commit b393b01

Browse files
build(deps): bump docker/setup-qemu-action from 3 to 4 (#584)
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3 to 4. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v3...v4) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 537b91c commit b393b01

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ jobs:
278278
uses: actions/setup-python@v6
279279
with:
280280
python-version: "3.x"
281-
- uses: docker/setup-qemu-action@v3
281+
- uses: docker/setup-qemu-action@v4
282282
- run: pip install nox
283283
- run: nox -s test-crossenv -- ${{ matrix.platform.arch }}
284284

@@ -295,7 +295,7 @@ jobs:
295295
# need cross HEAD for https://github.com/cross-rs/cross/issues/1645
296296
# will probably be ok to use released cross from 0.3
297297
run: cargo install cross --git https://github.com/cross-rs/cross
298-
- uses: docker/setup-qemu-action@v3
298+
- uses: docker/setup-qemu-action@v4
299299
- run: pip install nox
300300
- run: nox -s test-cross
301301

0 commit comments

Comments
 (0)