From 73c50bfff43ae757cba12b46d93f35eee0bc7b94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 May 2023 13:31:04 -0700 Subject: [PATCH] chore(deps): bump docker/setup-qemu-action from 1.2.0 to 2.1.0 (#2287) * chore(deps): bump docker/setup-qemu-action from 1.2.0 to 2.1.0 Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1.2.0 to 2.1.0. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/27d0a4f181a40b142cce983c5393082c365d1480...e81a89b1732b9c48d79cd809d8d81d79c4647a18) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Update images.yaml --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Prindle --- .github/workflows/images.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/images.yaml b/.github/workflows/images.yaml index e3ae4b49a..e371cbb9a 100644 --- a/.github/workflows/images.yaml +++ b/.github/workflows/images.yaml @@ -73,7 +73,7 @@ jobs: run: gcloud auth configure-docker # Build and push with Docker. - - uses: docker/setup-qemu-action@27d0a4f181a40b142cce983c5393082c365d1480 # v1 + - uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 # v2.1.0 with: platforms: ${{ matrix.platforms }} - uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 # v1