From a9519acd201a0f6ea7f9e2309ddee0dd696a2f54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 15:26:22 +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 c460a0356..e9ce9dbd3 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 #----------------------------------------------