Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 88b18b9

Browse files
chore(deps): update peter-evans/create-or-update-comment action to v5 (#6140)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c9ab522 commit 88b18b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/performance-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

.github/workflows/repl-artefacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)