From b4072aca001e35aede1737b73abc3055d205d005 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 21:14:25 +0000 Subject: [PATCH] Bump docker/bake-action from 4.6.0 to 5.11.0 Bumps [docker/bake-action](https://github.com/docker/bake-action) from 4.6.0 to 5.11.0. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](https://github.com/docker/bake-action/compare/v4.6.0...v5.11.0) --- updated-dependencies: - dependency-name: docker/bake-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 7404245..060b793 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -148,7 +148,7 @@ jobs: - run: mkdir /tmp/dist - name: Bake - uses: docker/bake-action@v4.6.0 + uses: docker/bake-action@v5.11.0 with: files: .github/docker/docker-bake.hcl pull: true