diff --git a/.github/workflows/octocat-commits-check.yml b/.github/workflows/octocat-commits-check.yml index f6ee424f..a504cfba 100644 --- a/.github/workflows/octocat-commits-check.yml +++ b/.github/workflows/octocat-commits-check.yml @@ -25,7 +25,7 @@ jobs: done < SORTED_AUTHORS.txt - name: Create comment if: ${{ steps.octocat.outputs.OCTOCAT_COMMIT_FOUND == 'true' }} - uses: peter-evans/create-or-update-comment@v1 + 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 6624ad32..fb39d7f4 100644 --- a/.github/workflows/sanity-check.yml +++ b/.github/workflows/sanity-check.yml @@ -45,7 +45,7 @@ jobs: fi - name: Create Comment if: ${{ steps.check.outputs.PREFIX == 'false' }} - uses: peter-evans/create-or-update-comment@v1 + uses: peter-evans/create-or-update-comment@v4 with: issue-number: ${{ github.event.pull_request.number }} body: |