diff --git a/.github/workflows/cargo-test.yaml b/.github/workflows/cargo-test.yaml index 08d4b844c..8b3dba52e 100644 --- a/.github/workflows/cargo-test.yaml +++ b/.github/workflows/cargo-test.yaml @@ -79,7 +79,7 @@ jobs: echo "configuration=$(jq -c --arg package '${{ matrix.package }}' '.[$package]' .github/test-configuration.json)" >> "$GITHUB_OUTPUT" - name: start dependencies - uses: hoverkraft-tech/compose-action@v1.5.1 + uses: hoverkraft-tech/compose-action@v2.0.0 with: compose-file: "./docker-compose.yaml" down-flags: "--volumes" @@ -189,7 +189,7 @@ jobs: save-if: false - name: start dependencies - uses: hoverkraft-tech/compose-action@v1.5.1 + uses: hoverkraft-tech/compose-action@v2.0.0 with: compose-file: "./docker-compose.yaml" down-flags: "--volumes"