diff --git a/.github/workflows/api-stability.yml b/.github/workflows/api-stability.yml index cb61c046..e7afa2f8 100644 --- a/.github/workflows/api-stability.yml +++ b/.github/workflows/api-stability.yml @@ -149,7 +149,7 @@ jobs: - name: Remove stale comment if: steps.api-check.outputs.has_breaking_changes == 'false' && steps.find-old-comment.outputs.comment-id != '' && github.event.pull_request.head.repo.full_name == github.repository - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | await github.rest.issues.deleteComment({