Skip to content

Commit 3d13036

Browse files
chore(deps): update peter-evans/create-or-update-comment action to v5
1 parent 58186a3 commit 3d13036

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nextjs_bundle_analysis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,14 @@ jobs:
101101
body-includes: '<!-- __NEXTJS_BUNDLE -->'
102102

103103
- name: Create Comment
104-
uses: peter-evans/create-or-update-comment@v4
104+
uses: peter-evans/create-or-update-comment@v5
105105
if: success() && github.event.number && steps.fc.outputs.comment-id == 0
106106
with:
107107
issue-number: ${{ github.event.number }}
108108
body: ${{ steps.get-comment-body.outputs.body }}
109109

110110
- name: Update Comment
111-
uses: peter-evans/create-or-update-comment@v4
111+
uses: peter-evans/create-or-update-comment@v5
112112
if: success() && github.event.number && steps.fc.outputs.comment-id != 0
113113
with:
114114
issue-number: ${{ github.event.number }}

0 commit comments

Comments
 (0)