diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6ef1bfb..2e898de 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: result: ${{ steps.version.outputs.result }} steps: - id: version - uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 + uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 with: script: | const semver = context.ref.replace('refs/tags/v', '')