From ef00350041427b37b99d8fe494f88930d3fe13b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 14:05:34 +0000 Subject: [PATCH] Bump docker/setup-qemu-action from 3.4.0 to 3.5.0 Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v3.4.0...v3.5.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/CRON.yml | 2 +- .github/workflows/PUSH-MASTER.yml | 2 +- .github/workflows/PUSH-OTHER.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CRON.yml b/.github/workflows/CRON.yml index 2871e9e..e495f1d 100644 --- a/.github/workflows/CRON.yml +++ b/.github/workflows/CRON.yml @@ -19,7 +19,7 @@ jobs: install: true - name: QEMU - uses: docker/setup-qemu-action@v3.4.0 + uses: docker/setup-qemu-action@v3.5.0 with: image: tonistiigi/binfmt:latest platforms: amd64,arm64 diff --git a/.github/workflows/PUSH-MASTER.yml b/.github/workflows/PUSH-MASTER.yml index c83198b..1f9e73f 100644 --- a/.github/workflows/PUSH-MASTER.yml +++ b/.github/workflows/PUSH-MASTER.yml @@ -51,7 +51,7 @@ jobs: install: true - name: QEMU - uses: docker/setup-qemu-action@v3.4.0 + uses: docker/setup-qemu-action@v3.5.0 with: image: tonistiigi/binfmt:latest platforms: amd64,arm64 diff --git a/.github/workflows/PUSH-OTHER.yml b/.github/workflows/PUSH-OTHER.yml index 6802e3b..cfdafbc 100644 --- a/.github/workflows/PUSH-OTHER.yml +++ b/.github/workflows/PUSH-OTHER.yml @@ -53,7 +53,7 @@ jobs: install: true - name: QEMU - uses: docker/setup-qemu-action@v3.4.0 + uses: docker/setup-qemu-action@v3.5.0 with: image: tonistiigi/binfmt:latest platforms: amd64,arm64