diff --git a/.github/workflows/version-release.yml b/.github/workflows/version-release.yml index db2bcc3..0e39587 100644 --- a/.github/workflows/version-release.yml +++ b/.github/workflows/version-release.yml @@ -34,7 +34,7 @@ jobs: persist-credentials: true - name: Verify actor is a maintainer - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | @@ -88,7 +88,7 @@ jobs: - name: Find and Publish Draft Release id: publish_release - uses: actions/github-script@v7 + uses: actions/github-script@v9 env: VERSION: v${{ steps.get_version.outputs.version }} with: