From 95f6943ec3413570c1efe627976988fe34531e89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 15:42:35 +0000 Subject: [PATCH] chore(ci): bump docker/bake-action from 6.2.0 to 6.3.0 Bumps [docker/bake-action](https://github.com/docker/bake-action) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](https://github.com/docker/bake-action/compare/60f5d53310314dbf8c33f0c8a01042536f2f6c36...7bff531c65a5cda33e52e43950a795b91d450f63) --- updated-dependencies: - dependency-name: docker/bake-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/fvt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fvt.yml b/.github/workflows/fvt.yml index dafc21549..187dc1aea 100644 --- a/.github/workflows/fvt.yml +++ b/.github/workflows/fvt.yml @@ -35,7 +35,7 @@ jobs: uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0 id: buildx - name: Build FVT Docker Image - uses: docker/bake-action@60f5d53310314dbf8c33f0c8a01042536f2f6c36 # v6.2.0 + uses: docker/bake-action@7bff531c65a5cda33e52e43950a795b91d450f63 # v6.3.0 with: builder: ${{ steps.buildx.outputs.name }} files: docker-compose.yml