Skip to content

Commit

Permalink
ci: bump peter-evans/commit-comment from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [peter-evans/commit-comment](https://github.com/peter-evans/commit-comment) from 2 to 3.
- [Release notes](https://github.com/peter-evans/commit-comment/releases)
- [Commits](peter-evans/commit-comment@v2...v3)

---
updated-dependencies:
- dependency-name: peter-evans/commit-comment
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 15, 2023
1 parent 7b9a88c commit 0bc3fe3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
exit $result_code
- name: Create commit comment
uses: peter-evans/commit-comment@v2
uses: peter-evans/commit-comment@v3
if: steps.check_component.outcome=='failure'
with:
body: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/verify_library_structure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
exit $result_code
- name: Create commit comment
uses: peter-evans/commit-comment@v2
uses: peter-evans/commit-comment@v3
if: steps.validate_manifest.outcome=='failure'
with:
body: |
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
echo "$(cat arduino_lint.md)" >> $GITHUB_STEP_SUMMARY
- name: Create commit comment
uses: peter-evans/commit-comment@v2
uses: peter-evans/commit-comment@v3
if: steps.validate_library.outcome=='failure'
with:
body: ${{ steps.beautify_output.outputs.lint_errors }}
Expand Down

0 comments on commit 0bc3fe3

Please sign in to comment.