diff --git a/.github/workflows/comment.yml b/.github/workflows/comment.yml index 3a385ca..da35418 100644 --- a/.github/workflows/comment.yml +++ b/.github/workflows/comment.yml @@ -36,7 +36,7 @@ jobs: - name: Comment PR with output if: github.event_name == 'pull_request' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const fs = require('fs');