[ci] Bump peter-evans/create-or-update-comment from 3 to 4

Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 3 to 4.
- [Release notes](https://github.com/peter-evans/create-or-update-comment/releases)
- [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-01-29 20:18:33 +00:00 committed by Chris Cranford
parent 1d8a56778d
commit 26f5e30eaf
3 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ jobs:
done < AUTHOR_NAME.txt done < AUTHOR_NAME.txt
- name: Create comment - name: Create comment
if: ${{ steps.check.outputs.USER_NOT_FOUND == 'true' }} if: ${{ steps.check.outputs.USER_NOT_FOUND == 'true' }}
uses: peter-evans/create-or-update-comment@v3 uses: peter-evans/create-or-update-comment@v4
with: with:
issue-number: ${{ github.event.pull_request.number }} issue-number: ${{ github.event.pull_request.number }}
body: | body: |

View File

@ -27,7 +27,7 @@ jobs:
done < SORTED_AUTHORS.txt done < SORTED_AUTHORS.txt
- name: Create comment - name: Create comment
if: ${{ steps.octocat.outputs.OCTOCAT_COMMIT_FOUND == 'true' }} if: ${{ steps.octocat.outputs.OCTOCAT_COMMIT_FOUND == 'true' }}
uses: peter-evans/create-or-update-comment@v3 uses: peter-evans/create-or-update-comment@v4
with: with:
issue-number: ${{ github.event.pull_request.number }} issue-number: ${{ github.event.pull_request.number }}
body: | body: |

View File

@ -40,7 +40,7 @@ jobs:
fi fi
- name: Create Comment - name: Create Comment
if: ${{ steps.check.outputs.PREFIX_COMMITS == 'false' }} if: ${{ steps.check.outputs.PREFIX_COMMITS == 'false' }}
uses: peter-evans/create-or-update-comment@v3 uses: peter-evans/create-or-update-comment@v4
with: with:
issue-number: ${{ github.event.pull_request.number }} issue-number: ${{ github.event.pull_request.number }}
body: | body: |