From b5a2a467b2cfa9cbad1f7bcf2acf8d6932ff190a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 04:04:21 +0000 Subject: [PATCH] Bump reviewdog/action-languagetool from 1.9 to 1.20 Bumps [reviewdog/action-languagetool](https://github.com/reviewdog/action-languagetool) from 1.9 to 1.20. - [Release notes](https://github.com/reviewdog/action-languagetool/releases) - [Commits](https://github.com/reviewdog/action-languagetool/compare/v1.9...v1.20) --- 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..24df7876 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.20 with: github_token: ${{ secrets.PAT }} level: info