From 8faa1d1c928f717bb590bd863019cc4b818e576d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 17:02:32 +0000 Subject: [PATCH] Update isbang/compose-action action to v2.5.0 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7811f37..f36bf17 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v4 - name: Run Tests 🧪 - uses: isbang/compose-action@v2.0.0 + uses: isbang/compose-action@v2.5.0 with: compose-file: "./docker-compose.yml" down-flags: "--volumes"