From dd190dcd0502be0d4fed5083f67dbb40c02b28c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 13:25:45 +0000 Subject: [PATCH] Bump isbang/compose-action from 2.3.0 to 2.4.0 Bumps [isbang/compose-action](https://github.com/isbang/compose-action) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/isbang/compose-action/releases) - [Commits](https://github.com/isbang/compose-action/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: isbang/compose-action dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/qa-dockerfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qa-dockerfile.yml b/.github/workflows/qa-dockerfile.yml index c16af3822..a9d91d663 100644 --- a/.github/workflows/qa-dockerfile.yml +++ b/.github/workflows/qa-dockerfile.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@v5 - name: Build "php" container - uses: isbang/compose-action@v2.3.0 + uses: isbang/compose-action@v2.4.0 with: compose-file: "./compose.yaml" services: |