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 #----------------------------------------------