diff --git a/.github/workflows/create-release-pr.yaml b/.github/workflows/create-release-pr.yaml index bf99f5b76..a13b90a80 100644 --- a/.github/workflows/create-release-pr.yaml +++ b/.github/workflows/create-release-pr.yaml @@ -202,7 +202,7 @@ jobs: # ---------------------------------------------- - name: Initialize Docker Compose if: ${{ steps.upgrade_available.outputs.available == 'true' && github.event.inputs.re_release != 'true'}} - uses: isbang/compose-action@v1.5.1 + uses: isbang/compose-action@v2.0.1 # ---------------------------------------------- # Collect plugins that fail integration tests # ---------------------------------------------- diff --git a/.github/workflows/pr-integration-tests.yaml b/.github/workflows/pr-integration-tests.yaml index 63e87210f..691fb3e5b 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.1 #---------------------------------------------- # Get changed files #----------------------------------------------