From 071b641353ee5d5474b54debb5b20b04d965c0d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 17:59:39 +0000 Subject: [PATCH] Bump docker/setup-qemu-action from 3.0.0 to 3.2.0 Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.0.0 to 3.2.0. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/68827325e0b33c7199eb31dd4e31fbe9023e06e3...49b3bc8e6bdd4a60e6116a5414239cba5943d3cf) --- 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 e334e37d..0b1d7d80 100644 --- a/.github/workflows/release-cni-plugin.yml +++ b/.github/workflows/release-cni-plugin.yml @@ -39,7 +39,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@68827325e0b33c7199eb31dd4e31fbe9023e06e3 + - uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf - uses: linkerd/dev/actions/setup-tools@v43 - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - run: | diff --git a/.github/workflows/release-proxy-init.yml b/.github/workflows/release-proxy-init.yml index 9687ee97..96640302 100644 --- a/.github/workflows/release-proxy-init.yml +++ b/.github/workflows/release-proxy-init.yml @@ -39,7 +39,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@68827325e0b33c7199eb31dd4e31fbe9023e06e3 + - uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf - uses: linkerd/dev/actions/setup-tools@v43 - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - run: |