diff --git a/action.yml b/action.yml index e59bc5d..f93f058 100644 --- a/action.yml +++ b/action.yml @@ -104,7 +104,7 @@ runs: - name: Post PR Comment if: inputs.post-comment == 'true' && github.event_name == 'pull_request' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const fs = require('fs');