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