From 253c27f2a4c3b1614c693d5753e0a297aeb97822 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 11:14:06 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20=E2=AC=86=EF=B8=8F=20Update=20ac?= =?UTF-8?q?tions/checkout=20action=20to=20v6?= 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 de98f1d..7adb8f9 100644 --- a/.github/workflows/test-compose.yaml +++ b/.github/workflows/test-compose.yaml @@ -14,7 +14,7 @@ jobs: DB_PW: "testPw1" steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: test compose file uses: isbang/compose-action@v2.5.0 with: