From 969bf403e26de2c00e69b8d068752acf9bc15cc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 13:01:49 +0000 Subject: [PATCH] [actions] Bump isbang/compose-action from 2.3.0 to 2.4.0 Bumps [isbang/compose-action](https://github.com/isbang/compose-action) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/isbang/compose-action/releases) - [Commits](https://github.com/isbang/compose-action/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: isbang/compose-action dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index e9331bd2..53226214 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -38,7 +38,7 @@ jobs: cd $DOCKER_FOLDER && docker build . --file Dockerfile -t $TAG --build-arg "NODE_ENV=${{ inputs.environment }}" - name: Run docker compose - uses: isbang/compose-action@v2.3.0 + uses: isbang/compose-action@v2.4.0 with: compose-file: "${{ inputs.docker_folder }}/docker-compose.yaml"