diff --git a/.github/workflows/contributor-check.yml b/.github/workflows/contributor-check.yml index 1bf4f8b..f5ad0fc 100644 --- a/.github/workflows/contributor-check.yml +++ b/.github/workflows/contributor-check.yml @@ -37,7 +37,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 b7957c2..675499d 100644 --- a/.github/workflows/octocat-commits-check.yml +++ b/.github/workflows/octocat-commits-check.yml @@ -28,7 +28,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 a3b7cf0..dcd7e5c 100644 --- a/.github/workflows/sanity-check.yml +++ b/.github/workflows/sanity-check.yml @@ -39,7 +39,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: |