From 873dda907978ab4f9530838a502e6e511e9ed25b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 22:29:45 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [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/v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check-release-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-release-version.yml b/.github/workflows/check-release-version.yml index 12e033c..58aaaf0 100644 --- a/.github/workflows/check-release-version.yml +++ b/.github/workflows/check-release-version.yml @@ -14,7 +14,7 @@ jobs: steps: # Step 1: Checkout the repository code - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 # Step 2: Retrieve the latest release from the GitHub API - name: Get latest release