diff --git a/.github/workflows/contributor-check.yml b/.github/workflows/contributor-check.yml index 1bf4f8b2..f5ad0fc3 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-commit-check.yml b/.github/workflows/octocat-commit-check.yml index b7957c24..675499d0 100644 --- a/.github/workflows/octocat-commit-check.yml +++ b/.github/workflows/octocat-commit-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 a3b7cf00..dcd7e5c1 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: |