From cd168022e53915d526aa2e079066e10e58e2eb56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 22:51:26 +0000 Subject: [PATCH] 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/docker-image.yml | 2 +- .github/workflows/docker-publish-on-tag.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 38a8527..6819c51 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -25,7 +25,7 @@ jobs: # https://github.com/docker/setup-qemu-action name: Set up QEMU if: ${{ env.ENABLE_QEMU == '1' }} - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 # https://github.com/marketplace/actions/docker-setup-buildx - name: Set up Docker Buildx diff --git a/.github/workflows/docker-publish-on-tag.yml b/.github/workflows/docker-publish-on-tag.yml index a78f90a..ed4bbe3 100644 --- a/.github/workflows/docker-publish-on-tag.yml +++ b/.github/workflows/docker-publish-on-tag.yml @@ -22,7 +22,7 @@ jobs: # https://github.com/marketplace/actions/docker-setup-qemu name: Set up QEMU if: ${{ env.ENABLE_QEMU == '1' }} - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 # https://github.com/marketplace/actions/docker-setup-buildx # https://docs.docker.com/build/ci/github-actions/configure-builder/