Skip to content

Commit c83a97d

Browse files
authored
Merge pull request #759 from arlyon/dependabot/github_actions/peter-evans/create-or-update-comment-5
2 parents b627e6f + 56e5340 commit c83a97d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/public-api.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ jobs:
6969

7070
- name: Create comment
7171
if: steps.fc.outputs.comment-id == ''
72-
uses: peter-evans/create-or-update-comment@v4
72+
uses: peter-evans/create-or-update-comment@v5
7373
with:
7474
issue-number: ${{ steps.ra.outputs.pr-number }}
7575
body: |
7676
${{ steps.ra.outputs.diff }}
7777
7878
- name: Update comment
7979
if: steps.fc.outputs.comment-id != ''
80-
uses: peter-evans/create-or-update-comment@v4
80+
uses: peter-evans/create-or-update-comment@v5
8181
with:
8282
comment-id: ${{ steps.fc.outputs.comment-id }}
8383
body: |

0 commit comments

Comments
 (0)