diff --git a/.github/workflows/comment_benchmarks_v2.yml b/.github/workflows/comment_benchmarks_v2.yml index 95a7f102f..f80686a16 100644 --- a/.github/workflows/comment_benchmarks_v2.yml +++ b/.github/workflows/comment_benchmarks_v2.yml @@ -68,7 +68,7 @@ jobs: body: ${{ steps.results.outputs.body }} - name: Update comment - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 if: github.event.workflow_run.event == 'pull_request' with: comment-id: ${{ steps.fc.outputs.comment-id }}