From 3713ec3078da1c72d5f75ee0e597a07c65b781fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 07:15:43 +0000 Subject: [PATCH] chore(deps): 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/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index a3813215..fa755085 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -53,7 +53,7 @@ jobs: coordinator-docker-cache- - name: 'Compose Regtest Orchestration' - uses: isbang/compose-action@v2.2.0 + uses: isbang/compose-action@v2.3.0 with: compose-file: "./docker-tests.yml" down-flags: "--volumes"