diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml index 0e4746f8..42b53f85 100644 --- a/.github/workflows/pr-comment.yml +++ b/.github/workflows/pr-comment.yml @@ -12,7 +12,7 @@ jobs: name: Say thanks for the PR and hint to document steps: - name: Comment on the pull request - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: token: ${{ secrets.GITHUB_TOKEN }} repository: ${{ github.repository }}