diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b8bf796..03d93a7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: echo "The new version was detected as ${semver} and the new major version was detected as ${majver}" - name: Get Current Version - uses: actions/github-script@v6 + uses: actions/github-script@v7 id: cv with: script: |