From b9438a9fe2bf4adaf005ad6f0873d2f69dba1413 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 12:43:47 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20docker/setup-buildx?= =?UTF-8?q?-action=20from=20v1.1.2=20to=20v1.3.0=20(#70)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from v1.1.2 to v1.3.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v1.1.2...0d135e0c2fc0dba0729c1a47ecfcf5a3c7f8579e) 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 69573f3..97ba669 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -140,7 +140,7 @@ jobs: - name: 🏗 Set up QEMU uses: docker/setup-qemu-action@v1.0.2 - name: 🏗 Set up Docker Buildx - uses: docker/setup-buildx-action@v1.1.2 + uses: docker/setup-buildx-action@v1.3.0 - name: 🏗 Set up CodeNotary run: bash <(curl https://getvcn.codenotary.com -L) - name: â„šī¸ Compose build flags diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 2bf7f3b..295d363 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -83,7 +83,7 @@ jobs: - name: 🏗 Set up QEMU uses: docker/setup-qemu-action@v1.0.2 - name: 🏗 Set up Docker Buildx - uses: docker/setup-buildx-action@v1.1.2 + uses: docker/setup-buildx-action@v1.3.0 - name: 🏗 Set up CodeNotary run: bash <(curl https://getvcn.codenotary.com -L) - name: â„šī¸ Compose build flags