diff --git a/comment/action.yml b/comment/action.yml index dab9da2..59ad887 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@v7 + uses: actions/github-script@v8 with: script: | try { @@ -69,7 +69,7 @@ runs: - name: Update existing comment if: steps.check-comments.outputs.comment-id != null - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | try { @@ -86,7 +86,7 @@ runs: - name: Create new comment if: steps.check-comments.outputs.comment-id == null - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | try {