From c485362a6382edbf4ad5b8addef8a3be128964e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 05:29:31 +0000 Subject: [PATCH] chore(deps): update hoverkraft-tech/compose-action action to v2.6.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 fe9fec7330..680fb82799 100644 --- a/.github/workflows/_system_test.yml +++ b/.github/workflows/_system_test.yml @@ -22,7 +22,7 @@ jobs: uses: astral-sh/setup-uv@v7 - name: Compose services - uses: hoverkraft-tech/compose-action@4894d2492015c1774ee5a13a95b1072093087ec3 # v2.5.0 + uses: hoverkraft-tech/compose-action@d2bee4f07e8ca410d6b196d00f90c12e7d48c33a # v2.6.0 with: compose-file: "tests/system_tests/compose.yaml"