diff --git a/.github/workflows/test262.yml b/.github/workflows/test262.yml index b3a971315f..8a047b3129 100644 --- a/.github/workflows/test262.yml +++ b/.github/workflows/test262.yml @@ -76,7 +76,7 @@ jobs: - name: Update comment if: github.event_name == 'pull_request' && steps.previous-comment.outputs.comment-id - uses: peter-evans/create-or-update-comment@v1.4.5 + uses: peter-evans/create-or-update-comment@v2 continue-on-error: true with: comment-id: ${{ steps.previous-comment.outputs.comment-id }} @@ -89,7 +89,7 @@ jobs: - name: Write a new comment if: github.event_name == 'pull_request' && !steps.previous-comment.outputs.comment-id - uses: peter-evans/create-or-update-comment@v1.4.5 + uses: peter-evans/create-or-update-comment@v2 continue-on-error: true with: issue-number: ${{ steps.pr-number.outputs.pr }}