From 875082fb03ae239a66ea7a76fea407f097b69aaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 02:01:36 +0000 Subject: [PATCH] Bump docker/setup-qemu-action from 3.1.0 to 3.2.0 Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v3.1.0...v3.2.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 c7985f5e..dcc62dde 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.1.0 + uses: docker/setup-qemu-action@v3.2.0 with: image: tonistiigi/binfmt:latest platforms: amd64,arm64 diff --git a/.github/workflows/PUSH-OTHER.yml b/.github/workflows/PUSH-OTHER.yml index 6ed59249..6c2fe39d 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.1.0 +# uses: docker/setup-qemu-action@v3.2.0 # with: # image: tonistiigi/binfmt:latest # platforms: amd64,arm64 @@ -84,7 +84,7 @@ jobs: install: true - name: QEMU - uses: docker/setup-qemu-action@v3.1.0 + uses: docker/setup-qemu-action@v3.2.0 with: image: tonistiigi/binfmt:latest platforms: amd64,arm64 @@ -119,7 +119,7 @@ jobs: install: true - name: QEMU - uses: docker/setup-qemu-action@v3.1.0 + uses: docker/setup-qemu-action@v3.2.0 with: image: tonistiigi/binfmt:latest platforms: amd64,arm64