From 26ab5d76e6c903f5bb92aecf67775fc5b3015a69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 02:18:19 +0000 Subject: [PATCH 1/2] 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] --- .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 487324325d..ca6627ea8c 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 # v1 with: platforms: ${{ matrix.platforms }} - uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 # v1 From ea0262228fcdfa74a3f9fd9bfc13240999259493 Mon Sep 17 00:00:00 2001 From: Aaron Prindle Date: Thu, 18 May 2023 11:24:40 -0700 Subject: [PATCH 2/2] Update images.yaml --- .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 ca6627ea8c..dc2ff17107 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@e81a89b1732b9c48d79cd809d8d81d79c4647a18 # v1 + - uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 # v2.1.0 with: platforms: ${{ matrix.platforms }} - uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 # v1