diff --git a/.github/workflows/release-new-action-version.yml b/.github/workflows/release-new-action-version.yml index cb7d301..4f08500 100644 --- a/.github/workflows/release-new-action-version.yml +++ b/.github/workflows/release-new-action-version.yml @@ -25,7 +25,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Update the ${{ env.TAG_NAME }} tag id: update-major-tag