From 4816d00ec8a616841d3c3f16b5863b8ff07ba5bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 19:22:23 +0000 Subject: [PATCH] chore(deps): Bump isbang/compose-action in the all-actions group Bumps the all-actions group with 1 update: [isbang/compose-action](https://github.com/isbang/compose-action). Updates `isbang/compose-action` from 1.5.1 to 2.0.0 - [Release notes](https://github.com/isbang/compose-action/releases) - [Commits](https://github.com/isbang/compose-action/compare/v1.5.1...v2.0.0) --- updated-dependencies: - dependency-name: isbang/compose-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/create-release-pr.yaml | 2 +- .github/workflows/pr-integration-tests.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-release-pr.yaml b/.github/workflows/create-release-pr.yaml index 7562ddb3f..16fb6567e 100644 --- a/.github/workflows/create-release-pr.yaml +++ b/.github/workflows/create-release-pr.yaml @@ -195,7 +195,7 @@ jobs: # Install docker compose # ---------------------------------------------- - name: Initialize Docker Compose - uses: isbang/compose-action@v1.5.1 + uses: isbang/compose-action@v2.0.0 # ---------------------------------------------- # Collect plugins that fail integration tests # ---------------------------------------------- diff --git a/.github/workflows/pr-integration-tests.yaml b/.github/workflows/pr-integration-tests.yaml index 63e87210f..6e1235a43 100644 --- a/.github/workflows/pr-integration-tests.yaml +++ b/.github/workflows/pr-integration-tests.yaml @@ -23,7 +23,7 @@ jobs: # Get docker compose #---------------------------------------------- - name: Initialize Docker Compose - uses: isbang/compose-action@v1.5.1 + uses: isbang/compose-action@v2.0.0 #---------------------------------------------- # Get changed files #----------------------------------------------