Skip to content

Commit ec16a9a

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] <support@github.com>
1 parent 1702de7 commit ec16a9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/post-coverage-comment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
8080
- name: Create or update coverage comment
8181
if: steps.download_pr_number.outcome == 'success' && steps.download_coverage_report.outcome == 'success' && steps.comment-body.outputs.should_update == 'true'
82-
uses: peter-evans/create-or-update-comment@v4
82+
uses: peter-evans/create-or-update-comment@v5
8383
with:
8484
comment-id: ${{ steps.find-comment.outputs.comment-id }}
8585
issue-number: ${{ steps.pr.outputs.number }}

0 commit comments

Comments
 (0)