From 83821e76413f7f41d5c274fa7d15baf7d4659c9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 10:40:35 -0500 Subject: [PATCH] Bump docker/setup-buildx-action from 1.6.0 to 1.7.0 (#2855) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v1.6.0...v1.7.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 2e5e7ec4..5716abc6 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.6.0 + uses: docker/setup-buildx-action@v1.7.0 ####################################### # Build local docker images for tests # diff --git a/.github/workflows/deploy-release.yml b/.github/workflows/deploy-release.yml index 5ac5c3a0..1a9bd635 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.6.0 + uses: docker/setup-buildx-action@v1.7.0 ###################### # Login to DockerHub #