Skip to content

Commit d497736

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/preview-docs-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
body-includes: to Netlify
118118

119119
- name: Create or update comment
120-
uses: peter-evans/create-or-update-comment@v3
120+
uses: peter-evans/create-or-update-comment@v4
121121
with:
122122
comment-id: ${{ steps.fc.outputs.comment-id }}
123123
issue-number: ${{ env.PR_NUM }}
@@ -161,7 +161,7 @@ jobs:
161161
body-includes: to Netlify
162162

163163
- name: Create or update comment
164-
uses: peter-evans/create-or-update-comment@v3
164+
uses: peter-evans/create-or-update-comment@v4
165165
with:
166166
comment-id: ${{ steps.fc.outputs.comment-id }}
167167
issue-number: ${{ env.PR_NUM }}

0 commit comments

Comments
 (0)