From 90efd1b22a67f3d6afc1d3b69cd4c9094eeaa9fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 13:15:58 +0000 Subject: [PATCH] [actions] Bump isbang/compose-action from 2.2.0 to 2.3.0 Bumps [isbang/compose-action](https://github.com/isbang/compose-action) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/isbang/compose-action/releases) - [Commits](https://github.com/isbang/compose-action/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: isbang/compose-action dependency-version: 2.3.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 1cc23c80..e9331bd2 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.2.0 + uses: isbang/compose-action@v2.3.0 with: compose-file: "${{ inputs.docker_folder }}/docker-compose.yaml"