diff --git a/.github/workflows/cargo-test.yaml b/.github/workflows/cargo-test.yaml index fc6a0979..8287d79d 100644 --- a/.github/workflows/cargo-test.yaml +++ b/.github/workflows/cargo-test.yaml @@ -73,7 +73,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@v2.0.1 + uses: hoverkraft-tech/compose-action@v2.0.2 with: compose-file: "./docker-compose.yaml" down-flags: "--volumes" @@ -138,7 +138,7 @@ jobs: save-if: false - name: start dependencies - uses: hoverkraft-tech/compose-action@v2.0.1 + uses: hoverkraft-tech/compose-action@v2.0.2 with: compose-file: "./docker-compose.yaml" down-flags: "--volumes"