From 70f3143b227c18c8d9d88ee0cd8b0825452146a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 13:46:13 +0000 Subject: [PATCH] Bump isbang/compose-action from 2.3.0 to 2.4.1 Bumps [isbang/compose-action](https://github.com/isbang/compose-action) from 2.3.0 to 2.4.1. - [Release notes](https://github.com/isbang/compose-action/releases) - [Commits](https://github.com/isbang/compose-action/compare/v2.3.0...v2.4.1) --- updated-dependencies: - dependency-name: isbang/compose-action dependency-version: 2.4.1 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..4e4e79089 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.1 with: compose-file: "./compose.yaml" services: |