diff --git a/.github/workflows/pr_comment.yml b/.github/workflows/pr_comment.yml index 8b6df1c75687..c5e438252e93 100644 --- a/.github/workflows/pr_comment.yml +++ b/.github/workflows/pr_comment.yml @@ -40,7 +40,7 @@ jobs: cat message.md - name: Post the comment - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs');