From bdbd734e8020b3145716f7524ee5f243b31bc7a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 04:55:46 +0000 Subject: [PATCH] Bump reviewdog/action-languagetool from 1.9 to 1.16 Bumps [reviewdog/action-languagetool](https://github.com/reviewdog/action-languagetool) from 1.9 to 1.16. - [Release notes](https://github.com/reviewdog/action-languagetool/releases) - [Commits](https://github.com/reviewdog/action-languagetool/compare/v1.9...v1.16) --- updated-dependencies: - dependency-name: reviewdog/action-languagetool dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/reviewdog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index d8fd0d0e..c4a6716e 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v3 - - uses: reviewdog/action-languagetool@v1.9 + - uses: reviewdog/action-languagetool@v1.16 with: github_token: ${{ secrets.PAT }} level: info