diff --git a/.github/workflows/bechmark_comment.yml b/.github/workflows/bechmark_comment.yml index 6597753..b08aa8f 100644 --- a/.github/workflows/bechmark_comment.yml +++ b/.github/workflows/bechmark_comment.yml @@ -56,7 +56,7 @@ jobs: - name: Create comment if: steps.fc.outputs.comment-id == '' - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 with: issue-number: ${{ steps.get-pr-number.outputs.number }} body: | @@ -64,7 +64,7 @@ jobs: - name: Update comment if: steps.fc.outputs.comment-id != '' - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 with: comment-id: ${{ steps.fc.outputs.comment-id }} body: |