From 500ef4f248def95f544228c07194b2cf65180cff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 07:20:05 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4 to 5 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/global-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/global-ci.yml b/.github/workflows/global-ci.yml index 3623a5d..3d214ca 100644 --- a/.github/workflows/global-ci.yml +++ b/.github/workflows/global-ci.yml @@ -206,7 +206,7 @@ jobs: echo "Using TESTS_REF \`${TESTS_REF}\`" >>"$GITHUB_STEP_SUMMARY" - name: Checkout tests repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: trustification/trustify-tests path: trustify-tests @@ -345,7 +345,7 @@ jobs: echo "Using TESTS_REF \`${TESTS_REF}\`" >>"$GITHUB_STEP_SUMMARY" - name: Checkout tests repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: trustification/trustify-tests path: trustify-tests