From 3d3bde93a7ba77ad8436f4456294692df07953b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 04:50:55 +0000 Subject: [PATCH] build(deps): bump docker/setup-buildx-action from 2.4.1 to 2.9.1 Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.4.1 to 2.9.1. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/f03ac48505955848960e80bbb68046aa35c7b9e7...4c0219f9ac95b02789c1075625400b2acbff50b1) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 99b1c4e18044b..4999303dd50d1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -204,7 +204,7 @@ jobs: - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 with: go-version: '1.18' - - uses: docker/setup-buildx-action@f03ac48505955848960e80bbb68046aa35c7b9e7 + - uses: docker/setup-buildx-action@4c0219f9ac95b02789c1075625400b2acbff50b1 - name: Pull linkerd binary run: | TAG='${{ needs.tag.outputs.tag }}'