From 47453b8f65155ffee77110e79940b14f0b2c18e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 01:33:34 +0000 Subject: [PATCH] Bump isbang/compose-action from 2.0.1 to 2.0.2 Bumps [isbang/compose-action](https://github.com/isbang/compose-action) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/isbang/compose-action/releases) - [Commits](https://github.com/isbang/compose-action/compare/v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: isbang/compose-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-e2e.yaml b/.github/workflows/docker-e2e.yaml index 0552c97..3957483 100644 --- a/.github/workflows/docker-e2e.yaml +++ b/.github/workflows/docker-e2e.yaml @@ -49,7 +49,7 @@ jobs: OCTANE_SERVER=roadrunner EOF - name: Run Image - uses: isbang/compose-action@v2.0.1 + uses: isbang/compose-action@v2.0.2 with: compose-file: "docker-compose.yaml" down-flags: "--volumes"