From c312ae989f213cc8b8f682bafa278f306676e69f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 17:12:25 +0200 Subject: [PATCH] chore: bump docker/setup-buildx-action from 2 to 3 (#1628) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v2...v3) --- 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/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e77b55444..a152f2ef1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: uses: docker/setup-qemu-action@v2.2.0 - name: "Set up Docker Buildx" if: runner.os == 'Linux' - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: "Verify Docker WebGoat build" if: runner.os == 'Linux' uses: docker/build-push-action@v4.1.1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 614429a94..32370b07a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,7 +77,7 @@ jobs: platforms: all - name: "Set up Docker Buildx" - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: "Login to dockerhub" uses: docker/login-action@v3.0.0