From 04fafa8f22a2d72a58059bc049a0d35fa0fdf62f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 17:15:45 +0000 Subject: [PATCH] build(deps): bump docker/setup-qemu-action from 3.5.0 to 3.6.0 Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/5964de0df58d5ad28b04d8fe2e6b80ad47105b91...29109295f81e9208d7d86ff1c6c12d2833863392) --- 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 b1d8e20f..d36d7686 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@5964de0df58d5ad28b04d8fe2e6b80ad47105b91 + - uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 - uses: linkerd/dev/actions/setup-tools@v45 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - run: | diff --git a/.github/workflows/release-proxy-init.yml b/.github/workflows/release-proxy-init.yml index 6fe1de54..95f1e47e 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@5964de0df58d5ad28b04d8fe2e6b80ad47105b91 + - uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 - uses: linkerd/dev/actions/setup-tools@v45 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - run: |