From eb2d43fb2f1eadc63e14b2040938c928d68bde77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Sep 2021 16:30:33 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20docker/setup-buildx?= =?UTF-8?q?-action=20from=201.5.1=20to=201.6.0=20(#18)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 6504ec3..121d809 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -138,7 +138,7 @@ jobs: - name: 🏗 Set up QEMU uses: docker/setup-qemu-action@v1.2.0 - name: 🏗 Set up Docker Buildx - uses: docker/setup-buildx-action@v1.5.1 + uses: docker/setup-buildx-action@v1.6.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 bdfb011..8507d09 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -81,7 +81,7 @@ jobs: - name: 🏗 Set up QEMU uses: docker/setup-qemu-action@v1.2.0 - name: 🏗 Set up Docker Buildx - uses: docker/setup-buildx-action@v1.5.1 + uses: docker/setup-buildx-action@v1.6.0 - name: 🏗 Set up CodeNotary run: bash <(curl https://getvcn.codenotary.com -L) - name: â„šī¸ Compose build flags