From a83ec31a5a13ac03957d6c026868b657cd83102c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 09:46:10 -0500 Subject: [PATCH] Bump docker/setup-buildx-action from 1.7.0 to 2.0.0 (#2878) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.7.0 to 2.0.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v1.7.0...v2.0.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/deploy-production.yml | 2 +- .github/workflows/deploy-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index b6391152..ab24d89f 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -67,7 +67,7 @@ jobs: # Setup Docker BuildX # ####################### - name: Setup BuildX - uses: docker/setup-buildx-action@v1.7.0 + uses: docker/setup-buildx-action@v2.0.0 ####################################### # Build local docker images for tests # diff --git a/.github/workflows/deploy-release.yml b/.github/workflows/deploy-release.yml index 679af3e1..4c35bc7f 100644 --- a/.github/workflows/deploy-release.yml +++ b/.github/workflows/deploy-release.yml @@ -70,7 +70,7 @@ jobs: # Setup Docker BuildX # ####################### - name: Setup BuildX - uses: docker/setup-buildx-action@v1.7.0 + uses: docker/setup-buildx-action@v2.0.0 ###################### # Login to DockerHub #