From 89bda7c135657ed40a82acd55241c8d8d3b418a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 19:03:50 +0000 Subject: [PATCH] build(deps): Bump docker/bake-action from 7.3.0 to 7.4.0 Bumps [docker/bake-action](https://github.com/docker/bake-action) from 7.3.0 to 7.4.0. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](https://github.com/docker/bake-action/compare/d3418bd7d0e9324001bca92fa8ba175ea7e6dc9b...018cb6412ab401ebaa809aa5f85966b74628600f) --- updated-dependencies: - dependency-name: docker/bake-action dependency-version: 7.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/bake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bake.yml b/.github/workflows/bake.yml index 2e75c1ef..c481c751 100644 --- a/.github/workflows/bake.yml +++ b/.github/workflows/bake.yml @@ -1042,7 +1042,7 @@ jobs: - name: Build id: bake - uses: docker/bake-action@d3418bd7d0e9324001bca92fa8ba175ea7e6dc9b # v7.3.0 + uses: docker/bake-action@018cb6412ab401ebaa809aa5f85966b74628600f # v7.4.0 with: source: ${{ steps.prepare.outputs.source }} files: ${{ steps.prepare.outputs.files }}