From bd44d25ec208461969841c67d66111d88e4eb0d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 10:36:36 -0300 Subject: [PATCH] :seedling: Bump docker/setup-buildx-action from 2 to 3 (#463) Bumps docker/setup-buildx-action from 2 to 3. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michel Hidalgo --- .github/workflows/docker_ci_pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker_ci_pipeline.yml b/.github/workflows/docker_ci_pipeline.yml index 69a8747fc..a857ae723 100644 --- a/.github/workflows/docker_ci_pipeline.yml +++ b/.github/workflows/docker_ci_pipeline.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Build uses: docker/build-push-action@v2