summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-01 16:06:57 +0000
committerGitHub <noreply@github.com>2022-06-01 16:06:57 +0000
commitcabcaaaa091f4bb577c66cb91b2f885239e3f36b (patch)
treef5f80ac9d62d5bc0f24ac1449d2c49a7885ae0f8
parent0ffda91b2f94d68cdde53c40ddc0cae2141801c7 (diff)
downloadmarkupsafe-cabcaaaa091f4bb577c66cb91b2f885239e3f36b.tar.gz
Bump docker/setup-qemu-action from 1 to 2
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 2. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v1...v2) --- 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>
-rw-r--r--.github/workflows/build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index cc462c8..d836766 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- name: Set up QEMU
if: runner.os == 'Linux'
- uses: docker/setup-qemu-action@v1
+ uses: docker/setup-qemu-action@v2
with:
platforms: arm64
- uses: joerick/cibuildwheel@2.5.0