From 6dd15d5541f49a1069f0c09051c886d58f8d1edb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 22:27:18 +0000 Subject: [PATCH] Bump hoverkraft-tech/compose-action from 1.5.1 to 2.2.0 Bumps [hoverkraft-tech/compose-action](https://github.com/hoverkraft-tech/compose-action) from 1.5.1 to 2.2.0. - [Release notes](https://github.com/hoverkraft-tech/compose-action/releases) - [Commits](https://github.com/hoverkraft-tech/compose-action/compare/v1.5.1...v2.2.0) --- updated-dependencies: - dependency-name: hoverkraft-tech/compose-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cargo-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cargo-test.yaml b/.github/workflows/cargo-test.yaml index 82c608a1..d32d6297 100644 --- a/.github/workflows/cargo-test.yaml +++ b/.github/workflows/cargo-test.yaml @@ -28,7 +28,7 @@ jobs: with: shared-key: "build" # share the cache across jobs - - uses: hoverkraft-tech/compose-action@v1.5.1 + - uses: hoverkraft-tech/compose-action@v2.2.0 with: compose-file: "./docker-compose.yaml" up-flags: "--pull=always --wait"