From 949a4c5490a70a9ed4979842a776dcd17b1c430c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 01:31:27 +0000 Subject: [PATCH] Bump reviewdog/action-languagetool from 1.3.0 to 1.22.0 Bumps [reviewdog/action-languagetool](https://github.com/reviewdog/action-languagetool) from 1.3.0 to 1.22.0. - [Release notes](https://github.com/reviewdog/action-languagetool/releases) - [Commits](https://github.com/reviewdog/action-languagetool/compare/v1.3.0...v1.22.0) --- 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 77bc460..63a21f1 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2.3.2 - - uses: reviewdog/action-languagetool@v1.3.0 + - uses: reviewdog/action-languagetool@v1.22.0 with: github_token: ${{ secrets.github_token }} reporter: github-check