Skip to content

Commit 991ad24

Browse files
renovate[bot]OliverDudgeon
authored andcommitted
chore(deps): update peter-evans/create-or-update-comment action to v5
1 parent 52c1765 commit 991ad24

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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)