From bba429559bfc2732b11e7ef72d4268fd443a79c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 16:19:46 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20docker/setup-qemu-a?= =?UTF-8?q?ction=20from=201.1.0=20to=201.2.0=20(#183)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v1.1.0...v1.2.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 2 +- .github/workflows/deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8b4b16f..bcb7b48 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -138,7 +138,7 @@ jobs: restore-keys: | docker-${{ github.ref }}-${{ matrix.architecture }} - name: 🏗 Set up QEMU - uses: docker/setup-qemu-action@v1.1.0 + uses: docker/setup-qemu-action@v1.2.0 - name: 🏗 Set up Docker Buildx uses: docker/setup-buildx-action@v1.3.0 - name: 🏗 Set up CodeNotary diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index d56e647..582ffdc 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -81,7 +81,7 @@ jobs: restore-keys: | docker-${{ github.ref }}-${{ matrix.architecture }} - name: 🏗 Set up QEMU - uses: docker/setup-qemu-action@v1.1.0 + uses: docker/setup-qemu-action@v1.2.0 - name: 🏗 Set up Docker Buildx uses: docker/setup-buildx-action@v1.3.0 - name: 🏗 Set up CodeNotary