File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116 comment-author : ' github-actions[bot]'
117117 body-includes : ' Performance report'
118118 - name : Create or update Performance report
119- uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 .0.0
119+ uses : peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5 .0.0
120120 id : createOrUpdatePerformanceReport
121121 with :
122122 comment-id : ${{ steps.findPerformanceReport.outputs.comment-id }}
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 comment-author : ' github-actions[bot]'
102102 body-includes : ' Thank you for your contribution!'
103103 - name : Create or update comment
104- uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 .0.0
104+ uses : peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5 .0.0
105105 id : createInitialComment
106106 with :
107107 comment-id : ${{ steps.findComment.outputs.comment-id }}
@@ -126,7 +126,7 @@ jobs:
126126 with :
127127 token : ${{ secrets.GITHUB_TOKEN }}
128128 - name : Update comment with Vercel preview URL
129- uses : peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 .0.0
129+ uses : peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5 .0.0
130130 if : ${{ steps.waitForVercel.outputs.url }}
131131 with :
132132 comment-id : ${{ steps.createInitialComment.outputs.comment-id }}
You can’t perform that action at this time.
0 commit comments