From 8b1fa2af747a302fac66ad415bbc1a4d1138413a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 17:06:20 +0000 Subject: [PATCH] build(deps): bump docker/setup-buildx-action from 4.2.0 to 4.3.0 Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/bb05f3f5519dd87d3ba754cc423b652a5edd6d2c...37fe631027851001ddb9b187196cc803df7f5f0e) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: 4.3.0 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 ed5be76e..f4d8cfa1 100644 --- a/.github/workflows/release-cni-plugin.yml +++ b/.github/workflows/release-cni-plugin.yml @@ -40,7 +40,7 @@ jobs: restore-keys: cni-plugin-${{ needs.meta.outputs.mode }}- - uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 - - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c + - uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e - uses: linkerd/dev/actions/setup-tools@v50 - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 - run: | diff --git a/.github/workflows/release-proxy-init.yml b/.github/workflows/release-proxy-init.yml index 76695ad7..8a94599e 100644 --- a/.github/workflows/release-proxy-init.yml +++ b/.github/workflows/release-proxy-init.yml @@ -40,7 +40,7 @@ jobs: restore-keys: proxy-init-${{ needs.meta.outputs.mode }}- - uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 - - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c + - uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e - uses: linkerd/dev/actions/setup-tools@v50 - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 - run: |