From 871b4a1c7b5c578e3ad83a9aca0656e6466c3379 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 13:33:08 +0000 Subject: [PATCH] Bump isbang/compose-action from 2.0.0 to 2.0.1 Bumps [isbang/compose-action](https://github.com/isbang/compose-action) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/isbang/compose-action/releases) - [Commits](https://github.com/isbang/compose-action/compare/v2.0.0...v2.0.1) --- 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 5821959ec..8ee1a38ea 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.0 + uses: isbang/compose-action@v2.0.1 with: compose-file: "./compose.yaml" services: |