From 56986566708e20f5798727f260ffa729a7ed331b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 21:52:20 +0000 Subject: [PATCH] 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/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 754a3f1e..036e7c3b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: cp exemple.env .env - name: Docker Compose Action - uses: isbang/compose-action@v1.5.1 + uses: isbang/compose-action@v2.2.0 - name: Run Newman run: |