From ba0a8c72a9c5e317cb30bff419c5111edb894a98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 13:59:34 +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/.release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/.build.yml b/.github/workflows/.build.yml index 48f2049d..190d9892 100644 --- a/.github/workflows/.build.yml +++ b/.github/workflows/.build.yml @@ -88,7 +88,7 @@ jobs: password: ${{ secrets.DOCKERPUBLICBOT_WRITE_PAT }} - name: Set up QEMU - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 diff --git a/.github/workflows/.release.yml b/.github/workflows/.release.yml index f2cae76e..8c9f5f89 100644 --- a/.github/workflows/.release.yml +++ b/.github/workflows/.release.yml @@ -58,7 +58,7 @@ jobs: done - name: Set up QEMU - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx id: buildx