From 6455e720b2717106e90a8bd38c097ec555d44f78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 09:19:44 -0700 Subject: [PATCH] Bump docker/setup-buildx-action from 2 to 3 (#547) 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/docker-build-corretto-slim.yml | 2 +- .github/workflows/main-build.yml | 2 +- .github/workflows/nightly-upstream-snapshot-build.yml | 2 +- .github/workflows/patch-release-build.yml | 2 +- .github/workflows/pr-build.yml | 2 +- .github/workflows/release-build.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docker-build-corretto-slim.yml b/.github/workflows/docker-build-corretto-slim.yml index 3420fb8081..102ef430da 100644 --- a/.github/workflows/docker-build-corretto-slim.yml +++ b/.github/workflows/docker-build-corretto-slim.yml @@ -34,7 +34,7 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Build docker image uses: docker/build-push-action@v5 with: diff --git a/.github/workflows/main-build.yml b/.github/workflows/main-build.yml index 2c425577a0..d9fbf5a28f 100644 --- a/.github/workflows/main-build.yml +++ b/.github/workflows/main-build.yml @@ -120,7 +120,7 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Build image for testing uses: docker/build-push-action@v5 diff --git a/.github/workflows/nightly-upstream-snapshot-build.yml b/.github/workflows/nightly-upstream-snapshot-build.yml index ce8ee295da..d53e391847 100644 --- a/.github/workflows/nightly-upstream-snapshot-build.yml +++ b/.github/workflows/nightly-upstream-snapshot-build.yml @@ -66,7 +66,7 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Build image for testing uses: docker/build-push-action@v5 diff --git a/.github/workflows/patch-release-build.yml b/.github/workflows/patch-release-build.yml index 7238263033..00522f7daf 100644 --- a/.github/workflows/patch-release-build.yml +++ b/.github/workflows/patch-release-build.yml @@ -109,7 +109,7 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Build image for testing uses: docker/build-push-action@v5 diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 37390478ef..f37955117b 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -92,7 +92,7 @@ jobs: if: ${{ matrix.os == 'ubuntu-latest' }} - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 if: ${{ matrix.os == 'ubuntu-latest' }} - name: Build image for testing diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 898421ac4e..402e87014e 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -64,7 +64,7 @@ jobs: uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Build image for testing uses: docker/build-push-action@v5