File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments