From 2b54ec1d3fb64b98f2a0fd5a40cec45ed5ab5925 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 18:00:39 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20=E2=AC=86=EF=B8=8F=20Update=20is?= =?UTF-8?q?bang/compose-action=20action=20to=20v2.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-compose.yaml b/.github/workflows/test-compose.yaml index b648d98..de98f1d 100644 --- a/.github/workflows/test-compose.yaml +++ b/.github/workflows/test-compose.yaml @@ -16,7 +16,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: test compose file - uses: isbang/compose-action@v2.4.3 + uses: isbang/compose-action@v2.5.0 with: compose-file: "./docker-compose.yaml" down-flags: "--volumes"