From 36d67f71a16563d11e1cd81a6d7c4e71f0bac36f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 19:00:48 +0000 Subject: [PATCH] Bump docker/setup-buildx-action from 1.6.0 to 2.4.1 Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.6.0 to 2.4.1. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v1.6.0...v2.4.1) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-update.yaml b/.github/workflows/build-update.yaml index 97755f7..86c185d 100644 --- a/.github/workflows/build-update.yaml +++ b/.github/workflows/build-update.yaml @@ -17,7 +17,7 @@ jobs: platforms: all - name: install buildx id: buildx - uses: docker/setup-buildx-action@v1.6.0 + uses: docker/setup-buildx-action@v2.4.1 with: version: latest - name: login to docker hub