diff --git a/.github/workflows/comment.yml b/.github/workflows/comment.yml index 8ce3d09a8..13329c786 100644 --- a/.github/workflows/comment.yml +++ b/.github/workflows/comment.yml @@ -76,7 +76,7 @@ jobs: body: ${{ steps.results.outputs.body }} - name: Update comment - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v3 if: github.event.workflow_run.event != 'push' with: comment-id: ${{ steps.fc.outputs.comment-id }} diff --git a/.github/workflows/comment_benchmarks_v2.yml b/.github/workflows/comment_benchmarks_v2.yml index 6622ec648..d1181971c 100644 --- a/.github/workflows/comment_benchmarks_v2.yml +++ b/.github/workflows/comment_benchmarks_v2.yml @@ -70,7 +70,7 @@ jobs: body: ${{ steps.results.outputs.body }} - name: Update comment - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v3 if: github.event.workflow_run.event != 'push' with: comment-id: ${{ steps.fc.outputs.comment-id }}