diff --git a/.github/workflows/coverage-comment.yml b/.github/workflows/coverage-comment.yml index 521acccd7..7ff712fc5 100644 --- a/.github/workflows/coverage-comment.yml +++ b/.github/workflows/coverage-comment.yml @@ -22,7 +22,7 @@ jobs: name: pr-coverage-comment path: pr-coverage-comment/ - name: Post or update PR comment - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const fs = require('fs');