From 6575f3eb1eb5cd2406edd9f49b9c4d9eae88f1a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 02:53:51 +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-publish-qa-slim.yml | 4 ++-- .github/workflows/docker-publish-qa.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-publish-qa-slim.yml b/.github/workflows/docker-publish-qa-slim.yml index 91f8646f..f0c9b9ea 100644 --- a/.github/workflows/docker-publish-qa-slim.yml +++ b/.github/workflows/docker-publish-qa-slim.yml @@ -21,7 +21,7 @@ jobs: fetch-depth: 0 - name: Set up QEMU - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 with: platforms: linux/amd64,linux/arm64,linux/arm/v7 @@ -79,7 +79,7 @@ jobs: fetch-depth: 0 - name: Set up QEMU - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 with: platforms: linux/amd64 diff --git a/.github/workflows/docker-publish-qa.yml b/.github/workflows/docker-publish-qa.yml index 19c52ba3..20bf8708 100644 --- a/.github/workflows/docker-publish-qa.yml +++ b/.github/workflows/docker-publish-qa.yml @@ -21,7 +21,7 @@ jobs: fetch-depth: 0 - name: Set up QEMU - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 with: platforms: linux/amd64,linux/arm64,linux/arm/v7,windows/amd64