Skip to content

Commit 327d574

Browse files
chore(deps): update peter-evans/create-or-update-comment action to v5
Signed-off-by: usa-reddragon-renovate-ce[bot] <156608365+usa-reddragon-renovate-ce[bot]@users.noreply.github.com>
1 parent 19cd6f4 commit 327d574

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ runs:
148148
REPO: ${{ github.repository }}
149149
- name: Create a comment with the link to the output
150150
if: github.event_name == 'pull_request' && github.event.action != 'closed' && steps.kicad-files.outputs.changed == 'true'
151-
uses: peter-evans/create-or-update-comment@v4
151+
uses: peter-evans/create-or-update-comment@v5
152152
with:
153153
issue-number: ${{ github.event.pull_request.number }}
154154
body: |
@@ -175,7 +175,7 @@ runs:
175175
git push origin gh-pages
176176
- name: Create a comment on the PR
177177
if: steps.delete.outputs.deleted == 'true' && github.event_name == 'pull_request' && github.event.action == 'closed'
178-
uses: peter-evans/create-or-update-comment@v4
178+
uses: peter-evans/create-or-update-comment@v5
179179
with:
180180
issue-number: ${{ github.event.pull_request.number }}
181181
body: |

0 commit comments

Comments
 (0)