From 45e0c66e73ace6c5c2391674ecf8804f52464138 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 20:17:10 +0100 Subject: [PATCH] chore(ci): bump docker/setup-buildx-action from 3.3.0 to 3.6.1 (#2967) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.3.0 to 3.6.1. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/d70bba72b1f3fd22344832f00baa16ece964efeb...988b5a0280414f521da01fcc63a27aeeb4b104db) --- updated-dependencies: - dependency-name: docker/setup-buildx-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/fvt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fvt.yml b/.github/workflows/fvt.yml index 4537a51af..12cfd62f8 100644 --- a/.github/workflows/fvt.yml +++ b/.github/workflows/fvt.yml @@ -32,7 +32,7 @@ jobs: with: persist-credentials: false - name: Setup Docker - uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0 + uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1 id: buildx - name: Build FVT Docker Image uses: docker/bake-action@33a1cc61dab930ceab0181de8cdc34a8cc55e61d # master