From 3d2a83aec3b72536e69d35b68959135184b22d7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Aug 2025 07:28:42 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Bump=20actions/checkout=20from?= =?UTF-8?q?=204=20to=205?= 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 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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 b1a9e4c..40c3fbc 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@v5 - name: test compose file uses: isbang/compose-action@v2.3.0 with: