Skip to content

Commit

Permalink
Merge pull request #452 from EnviroDIY/dependabot/github_actions/pete…
Browse files Browse the repository at this point in the history
…r-evans/commit-comment-3

ci: bump peter-evans/commit-comment from 2 to 3
  • Loading branch information
SRGDamia1 authored Sep 18, 2023
2 parents 7b9a88c + 0bc3fe3 commit 978a386
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 978a386

Please sign in to comment.