From b6048c1b0d286d88f0ae63c5f8b6841a6244a16a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 13:51:58 +0000 Subject: [PATCH] Bump isbang/compose-action from 2.0.2 to 2.1.0 Bumps [isbang/compose-action](https://github.com/isbang/compose-action) from 2.0.2 to 2.1.0. - [Release notes](https://github.com/isbang/compose-action/releases) - [Commits](https://github.com/isbang/compose-action/compare/v2.0.2...v2.1.0) --- updated-dependencies: - dependency-name: isbang/compose-action 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 ff0d9fa45..b9d9ae7a7 100644 --- a/.github/workflows/qa-dockerfile.yml +++ b/.github/workflows/qa-dockerfile.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@v4 - name: Build "php" container - uses: isbang/compose-action@v2.0.2 + uses: isbang/compose-action@v2.1.0 with: compose-file: "./compose.yaml" services: |