From 8518593076663602efc76b4fa37d8860a6ac2090 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 19:18:17 +0000 Subject: [PATCH] Bump isbang/compose-action from 2.0.1 to 2.0.2 Bumps [isbang/compose-action](https://github.com/isbang/compose-action) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/isbang/compose-action/releases) - [Commits](https://github.com/isbang/compose-action/compare/v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: isbang/compose-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 8ee1a38eab..ff0d9fa459 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.1 + uses: isbang/compose-action@v2.0.2 with: compose-file: "./compose.yaml" services: |