From 910c4ba96cc43153006cc46ba686a35b5231df69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 13:37:05 +0000 Subject: [PATCH] Bump isbang/compose-action from 2.1.0 to 2.2.0 Bumps [isbang/compose-action](https://github.com/isbang/compose-action) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/isbang/compose-action/releases) - [Commits](https://github.com/isbang/compose-action/compare/v2.1.0...v2.2.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 b9d9ae7a7..272f517eb 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.1.0 + uses: isbang/compose-action@v2.2.0 with: compose-file: "./compose.yaml" services: |