From ca4d53100b3fecd4a3b7f357acd70402efb0c8a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 22:10:08 +0000 Subject: [PATCH] chore(deps): update docker/bake-action action to v7 --- .github/workflows/backend_integration_tests_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend_integration_tests_pr.yml b/.github/workflows/backend_integration_tests_pr.yml index c691752c3..978dd06bc 100644 --- a/.github/workflows/backend_integration_tests_pr.yml +++ b/.github/workflows/backend_integration_tests_pr.yml @@ -104,7 +104,7 @@ jobs: # Build only backend images with Buildx Bake and enable GHA cache - name: Build backend images with cache (buildx bake) - uses: docker/bake-action@v6 + uses: docker/bake-action@v7 with: files: | ./docker-compose.yml