From 8988cbbfd17c06b4bacbeac8b37c33083e73deac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 09:41:08 +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.4.3?= 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 fc447d4..b648d98 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.2 + uses: isbang/compose-action@v2.4.3 with: compose-file: "./docker-compose.yaml" down-flags: "--volumes"