diff --git a/.github/workflows/build_documentation.yaml b/.github/workflows/build_documentation.yaml index b5513bad1..5c1c16067 100644 --- a/.github/workflows/build_documentation.yaml +++ b/.github/workflows/build_documentation.yaml @@ -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: | diff --git a/.github/workflows/verify_library_structure.yaml b/.github/workflows/verify_library_structure.yaml index 86366ebc2..753fd2bd7 100644 --- a/.github/workflows/verify_library_structure.yaml +++ b/.github/workflows/verify_library_structure.yaml @@ -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: | @@ -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 }}