From 8246961ef37e24c033b3734d11a1ad0659c4045e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 10:04:29 +0000 Subject: [PATCH] :arrow_up: Bump docker/setup-qemu-action from v1.0.2 to v1.1.0 Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from v1.0.2 to v1.1.0. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v1.0.2...c308fdd69d26ed66f4506ebd74b180abe5362145) Signed-off-by: dependabot[bot] --- .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 024ca39..c590f80 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -136,7 +136,7 @@ jobs: restore-keys: | docker-${{ github.ref }}-${{ matrix.architecture }} - name: 🏗 Set up QEMU - uses: docker/setup-qemu-action@v1.0.2 + uses: docker/setup-qemu-action@v1.1.0 - name: 🏗 Set up Docker Buildx uses: docker/setup-buildx-action@v1.1.2 - name: â„šī¸ Compose build flags diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 71e1df8..2e6eaf1 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -75,7 +75,7 @@ jobs: restore-keys: | docker-${{ github.ref }}-${{ matrix.architecture }} - name: 🏗 Set up QEMU - uses: docker/setup-qemu-action@v1.0.2 + uses: docker/setup-qemu-action@v1.1.0 - name: 🏗 Set up Docker Buildx uses: docker/setup-buildx-action@v1.1.2 - name: â„šī¸ Compose build flags