diff --git a/.github/workflows/contributor-check.yml b/.github/workflows/contributor-check.yml index 7605ff9bb..9aa2574ec 100644 --- a/.github/workflows/contributor-check.yml +++ b/.github/workflows/contributor-check.yml @@ -36,7 +36,7 @@ jobs: done < AUTHOR_NAME.txt - name: Create comment 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: issue-number: ${{ github.event.pull_request.number }} body: | diff --git a/.github/workflows/octocat-commits-check.yml b/.github/workflows/octocat-commits-check.yml index b741714c6..e7d41f481 100644 --- a/.github/workflows/octocat-commits-check.yml +++ b/.github/workflows/octocat-commits-check.yml @@ -27,7 +27,7 @@ jobs: done < SORTED_AUTHORS.txt - name: Create comment 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: issue-number: ${{ github.event.pull_request.number }} body: | diff --git a/.github/workflows/sanity-check.yml b/.github/workflows/sanity-check.yml index d3807f4e0..175297eff 100644 --- a/.github/workflows/sanity-check.yml +++ b/.github/workflows/sanity-check.yml @@ -40,7 +40,7 @@ jobs: fi - name: Create Comment if: ${{ steps.check.outputs.PREFIX_COMMITS == 'false' }} - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 with: issue-number: ${{ github.event.pull_request.number }} body: |