diff --git a/comment/action.yml b/comment/action.yml index 59ad887..70fcd46 100644 --- a/comment/action.yml +++ b/comment/action.yml @@ -46,7 +46,7 @@ runs: - name: Check existing comments id: check-comments if: inputs.upsert == 'true' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | try { @@ -69,7 +69,7 @@ runs: - name: Update existing comment if: steps.check-comments.outputs.comment-id != null - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | try { @@ -86,7 +86,7 @@ runs: - name: Create new comment if: steps.check-comments.outputs.comment-id == null - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | try {