Skip to content

Commit 56e5340

Browse files
chore(deps): bump peter-evans/create-or-update-comment from 4 to 5
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 4 to 5. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](peter-evans/create-or-update-comment@v4...v5) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ecccba4 commit 56e5340

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)