diff --git a/.github/workflows/pr-lint.yaml b/.github/workflows/pr-lint.yaml index 01396337f..1ac2f292b 100644 --- a/.github/workflows/pr-lint.yaml +++ b/.github/workflows/pr-lint.yaml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: markdownlint - uses: prologic/action-markdownlint@v0.26.2 + uses: prologic/action-markdownlint@v0.27.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} reporter: github-pr-review # Change reporter. (Only `github-pr-check` is supported at the moment).