From b1a13c65ee4c563e47f963bc964208689b6a1d0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 03:56:37 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Bump=20actions/checkout=20from?= =?UTF-8?q?=204=20to=206?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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..575d86d 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.4.2 with: