From e2fda21b209586d186216a54d845c8ebe9ebb6a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 07:38:22 +0000 Subject: [PATCH] chore(deps): bump isbang/compose-action from 1.5.1 to 2.2.0 Bumps [isbang/compose-action](https://github.com/isbang/compose-action) from 1.5.1 to 2.2.0. - [Release notes](https://github.com/isbang/compose-action/releases) - [Commits](https://github.com/isbang/compose-action/compare/v1.5.1...v2.2.0) --- updated-dependencies: - dependency-name: isbang/compose-action dependency-type: direct:production update-type: version-update:semver-major ... 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 c4a665e8..3408629c 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -51,7 +51,7 @@ jobs: coordinator-docker-cache- - name: 'Compose Regtest Orchestration' - uses: isbang/compose-action@v1.5.1 + uses: isbang/compose-action@v2.2.0 with: compose-file: "./docker-tests.yml" down-flags: "--volumes"