Skip to content

Commit ee0f451

Browse files
Bump peter-evans/create-or-update-comment from 4 to 5 (#266)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9b56536 commit ee0f451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/R-CMD-check-CRAN-incoming.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696

9797
- name: Create or update comment
9898
if: steps.rcmdcheck.outputs.notes > 0 && github.event_name == 'pull_request'
99-
uses: peter-evans/create-or-update-comment@v4
99+
uses: peter-evans/create-or-update-comment@v5
100100
with:
101101
comment-id: ${{ steps.fc.outputs.comment-id }}
102102
issue-number: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)