From 5e66edc686c01f4a79eb5fdc6442eeff007b6c16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 15:36:21 +0000 Subject: [PATCH] chore(deps): update hoverkraft-tech/compose-action action to v3.2.0 --- .github/workflows/_system_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_system_test.yml b/.github/workflows/_system_test.yml index e0c66675f..622e26bcb 100644 --- a/.github/workflows/_system_test.yml +++ b/.github/workflows/_system_test.yml @@ -21,7 +21,7 @@ jobs: uses: astral-sh/setup-uv@v7 - name: Compose services - uses: hoverkraft-tech/compose-action@ee6af68587292d72db67743171809c19787df4c9 # v3.1.0 + uses: hoverkraft-tech/compose-action@b659c744ee9bed25aea2307c017ad849bd104433 # v3.2.0 with: compose-file: "tests/system_tests/compose.yaml"