diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 6c4b6e1..b12c065 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -173,7 +173,7 @@ jobs: pull-requests: write steps: - name: Post release link - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const version = '${{ needs.compute-version.outputs.version }}';