Browse Source

Update peter-evans/create-or-update-comment action to v4 (#27635)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 1 year ago
parent
commit
a222a673ee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/report-size.yml

+ 1 - 1
.github/workflows/report-size.yml

@@ -133,7 +133,7 @@ jobs:
           comment-author: 'github-actions[bot]'
           comment-author: 'github-actions[bot]'
           body-includes: Bundle size
           body-includes: Bundle size
       - name: Comment on PR
       - name: Comment on PR
-        uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 # v3
+        uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
         with:
         with:
           issue-number: ${{ fromJSON(steps.download-artifact.outputs.result).pr }}
           issue-number: ${{ fromJSON(steps.download-artifact.outputs.result).pr }}
           comment-id: ${{ steps.find-comment.outputs.comment-id }}
           comment-id: ${{ steps.find-comment.outputs.comment-id }}