From 04b59102feb3df3dbae1f964a9e3605cac4e4130 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 07:39:27 +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 e78dbca9..dd2c21b8 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@v3.0.0 + uses: docker/setup-qemu-action@v3 with: platforms: arm64 diff --git a/.github/workflows/repo.yml b/.github/workflows/repo.yml index ae69f7f6..543dafe2 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