diff --git a/.github/workflows/FormatCheckComment.yml b/.github/workflows/FormatCheckComment.yml index ebb1a63..f9d04b8 100644 --- a/.github/workflows/FormatCheckComment.yml +++ b/.github/workflows/FormatCheckComment.yml @@ -63,7 +63,7 @@ jobs: - name: "Find existing format-check comment" if: steps.meta.outputs.skip == 'false' - uses: peter-evans/find-comment@v3 + uses: peter-evans/find-comment@v4 id: find-comment with: token: ${{ secrets.FORMATPULLREQUEST_PAT || github.token }}