From 35b260e22eff7b77793d2405e3d4b08cd927c016 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 07:15:52 +0000 Subject: [PATCH] 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](https://github.com/docker/setup-qemu-action/compare/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] --- .github/workflows/build.yml | 2 +- .github/workflows/repo.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1d6dd32c..3282bc7e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,7 +51,7 @@ jobs: - name: Set up QEMU id: qemu - uses: docker/setup-qemu-action@v2.2.0 + uses: docker/setup-qemu-action@v3 with: platforms: arm64 diff --git a/.github/workflows/repo.yml b/.github/workflows/repo.yml index db3d27a8..92cf3890 100644 --- a/.github/workflows/repo.yml +++ b/.github/workflows/repo.yml @@ -33,7 +33,7 @@ jobs: - name: Setup QEMU if: ${{ matrix.arch == 'aarch64' }} id: qemu - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 with: platforms: arm64