From 998c9d4fe3f834af29a4602414a1c4b5b0346038 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 May 2022 11:59:57 -0400 Subject: [PATCH] Bump docker/setup-qemu-action from 1 to 2 (#3656) Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 2. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v1...v2) --- updated-dependencies: - dependency-name: docker/setup-qemu-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/ci-all-in-one-build.yml | 2 +- .github/workflows/ci-crossdock.yml | 2 +- .github/workflows/ci-docker-build.yml | 2 +- .github/workflows/ci-elasticsearch.yml | 2 +- .github/workflows/ci-hotrod.yml | 2 +- .github/workflows/ci-opensearch.yml | 2 +- .github/workflows/ci-release.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-all-in-one-build.yml b/.github/workflows/ci-all-in-one-build.yml index b9930f4215f..6df36c9185a 100644 --- a/.github/workflows/ci-all-in-one-build.yml +++ b/.github/workflows/ci-all-in-one-build.yml @@ -33,7 +33,7 @@ jobs: - name: Install tools run: make install-ci - - uses: docker/setup-qemu-action@v1 + - uses: docker/setup-qemu-action@v2 - name: Build, test, and publish all-in-one image run: bash scripts/build-all-in-one-image.sh diff --git a/.github/workflows/ci-crossdock.yml b/.github/workflows/ci-crossdock.yml index a36e36ebbdc..6f620d90466 100644 --- a/.github/workflows/ci-crossdock.yml +++ b/.github/workflows/ci-crossdock.yml @@ -35,7 +35,7 @@ jobs: - name: Install tools run: make install-ci - - uses: docker/setup-qemu-action@v1 + - uses: docker/setup-qemu-action@v2 - name: Build, test, and publish ${{ matrix.steps.name }} image run: ${{ matrix.steps.cmd }} diff --git a/.github/workflows/ci-docker-build.yml b/.github/workflows/ci-docker-build.yml index 0812214decc..05b885f39f4 100644 --- a/.github/workflows/ci-docker-build.yml +++ b/.github/workflows/ci-docker-build.yml @@ -34,7 +34,7 @@ jobs: - name: Install tools run: make install-ci - - uses: docker/setup-qemu-action@v1 + - uses: docker/setup-qemu-action@v2 - name: Build and upload all docker images run: bash scripts/build-upload-docker-images.sh diff --git a/.github/workflows/ci-elasticsearch.yml b/.github/workflows/ci-elasticsearch.yml index e9fa1c86668..33b54acc3cd 100644 --- a/.github/workflows/ci-elasticsearch.yml +++ b/.github/workflows/ci-elasticsearch.yml @@ -39,7 +39,7 @@ jobs: - name: Install tools run: make install-ci - - uses: docker/setup-qemu-action@v1 + - uses: docker/setup-qemu-action@v2 - name: Run elasticsearch integration tests run: bash scripts/es-integration-test.sh ${{ matrix.version.distribution }} ${{ matrix.version.image }} diff --git a/.github/workflows/ci-hotrod.yml b/.github/workflows/ci-hotrod.yml index 3a22476cfe2..506b7f754c7 100644 --- a/.github/workflows/ci-hotrod.yml +++ b/.github/workflows/ci-hotrod.yml @@ -29,7 +29,7 @@ jobs: - name: Install tools run: make install-ci - - uses: docker/setup-qemu-action@v1 + - uses: docker/setup-qemu-action@v2 - name: Build, test, and publish hotrod image run: bash scripts/hotrod-integration-test.sh diff --git a/.github/workflows/ci-opensearch.yml b/.github/workflows/ci-opensearch.yml index 59d5a7686b2..f96e76cc276 100644 --- a/.github/workflows/ci-opensearch.yml +++ b/.github/workflows/ci-opensearch.yml @@ -33,7 +33,7 @@ jobs: - name: Install tools run: make install-ci - - uses: docker/setup-qemu-action@v1 + - uses: docker/setup-qemu-action@v2 - name: Run opensearch integration tests run: bash scripts/es-integration-test.sh ${{ matrix.version.distribution }} ${{ matrix.version.image }} diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index 26cf1251ade..ffd4f85af17 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -50,7 +50,7 @@ jobs: repo_token: ${{ secrets.GITHUB_TOKEN }} if: steps.package-binaries.outcome == 'success' - - uses: docker/setup-qemu-action@v1 + - uses: docker/setup-qemu-action@v2 - name: Build and upload all docker images run: bash scripts/build-upload-docker-images.sh