From c1a57a3e0a31f1f04933da0c91672b6000fc4963 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 02:57:24 +0000 Subject: [PATCH] Bump docker/setup-qemu-action from 3.0.0 to 3.1.0 Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/PUSH-MASTER.yml | 2 +- .github/workflows/PUSH-OTHER.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/PUSH-MASTER.yml b/.github/workflows/PUSH-MASTER.yml index b5179def..bab0a3da 100644 --- a/.github/workflows/PUSH-MASTER.yml +++ b/.github/workflows/PUSH-MASTER.yml @@ -55,7 +55,7 @@ jobs: install: true - name: QEMU - uses: docker/setup-qemu-action@v3.0.0 + uses: docker/setup-qemu-action@v3.1.0 with: image: tonistiigi/binfmt:latest platforms: amd64,arm64 diff --git a/.github/workflows/PUSH-OTHER.yml b/.github/workflows/PUSH-OTHER.yml index 1ea79283..f7ea6444 100644 --- a/.github/workflows/PUSH-OTHER.yml +++ b/.github/workflows/PUSH-OTHER.yml @@ -57,7 +57,7 @@ jobs: # install: true # # - name: QEMU -# uses: docker/setup-qemu-action@v3.0.0 +# uses: docker/setup-qemu-action@v3.1.0 # with: # image: tonistiigi/binfmt:latest # platforms: amd64,arm64 @@ -84,7 +84,7 @@ jobs: install: true - name: QEMU - uses: docker/setup-qemu-action@v3.0.0 + uses: docker/setup-qemu-action@v3.1.0 with: image: tonistiigi/binfmt:latest platforms: amd64,arm64 @@ -119,7 +119,7 @@ jobs: install: true - name: QEMU - uses: docker/setup-qemu-action@v3.0.0 + uses: docker/setup-qemu-action@v3.1.0 with: image: tonistiigi/binfmt:latest platforms: amd64,arm64