From 6a39a32e6c4a740586ca2b87a3ce4a4af249bc61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 17:57:37 +0000 Subject: [PATCH] Bump docker/setup-qemu-action from 2.1.0 to 2.2.0 Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/e81a89b1732b9c48d79cd809d8d81d79c4647a18...2b82ce82d56a2a04d2637cd93a637ae1b359c0a7) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release-cni-plugin.yml | 2 +- .github/workflows/release-proxy-init.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-cni-plugin.yml b/.github/workflows/release-cni-plugin.yml index 6a7d4d51..2e28cf2d 100644 --- a/.github/workflows/release-cni-plugin.yml +++ b/.github/workflows/release-cni-plugin.yml @@ -50,7 +50,7 @@ jobs: key: cni-plugin-${{ needs.meta.outputs.mode }}-${{ needs.meta.outputs.version }} restore-keys: cni-plugin-${{ needs.meta.outputs.mode }}- - - uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 + - uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 - uses: linkerd/dev/actions/setup-tools@v41 - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - run: | diff --git a/.github/workflows/release-proxy-init.yml b/.github/workflows/release-proxy-init.yml index 29b0a4b2..90b1286e 100644 --- a/.github/workflows/release-proxy-init.yml +++ b/.github/workflows/release-proxy-init.yml @@ -50,7 +50,7 @@ jobs: key: proxy-init-${{ needs.meta.outputs.mode }}-${{ needs.meta.outputs.version }} restore-keys: proxy-init-${{ needs.meta.outputs.mode }}- - - uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 + - uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 - uses: linkerd/dev/actions/setup-tools@v41 - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - run: |