From d0c21057b442f8e89a3b526f015e9b04ac293e2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jan 2021 06:17:53 +0000 Subject: [PATCH] ci(action): bump docker/setup-buildx-action from v1.0.4 to v1.1.0 Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from v1.0.4 to v1.1.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v1.0.4...87e1457170d22fc3741a565314ad4876f43c8ea3) Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52c41565..5c71cdc1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@v1.0.4 + uses: docker/setup-buildx-action@v1.1.0 with: version: latest driver-opts: network=host diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0a713467..27d5456b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -146,7 +146,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@v1.0.4 + uses: docker/setup-buildx-action@v1.1.0 with: version: latest