From 50e375fe5f071cf479de405e86a0c3d1a0471229 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 07:03:50 -0700 Subject: [PATCH] Bump docker/bake-action from 4.5.0 to 4.6.0 (#150) Bumps [docker/bake-action](https://github.com/docker/bake-action) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](https://github.com/docker/bake-action/compare/v4.5.0...v4.6.0) --- updated-dependencies: - dependency-name: docker/bake-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 15d172ee..30c701df 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -145,7 +145,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Bake - uses: docker/bake-action@v4.5.0 + uses: docker/bake-action@v4.6.0 with: files: .github/docker/docker-bake.hcl pull: true