From f14690f1d2b893fba6da07c7565fcf1ca4ded129 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 21:33:13 +0000 Subject: [PATCH] Bump isbang/compose-action from 1.5.1 to 2.3.0 Bumps [isbang/compose-action](https://github.com/isbang/compose-action) from 1.5.1 to 2.3.0. - [Release notes](https://github.com/isbang/compose-action/releases) - [Commits](https://github.com/isbang/compose-action/compare/v1.5.1...v2.3.0) --- updated-dependencies: - dependency-name: isbang/compose-action dependency-version: 2.3.0 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..c4fa7fe1 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.3.0 - name: Run Newman run: |