From 9fbec593194cfc5ca938a0bdb9683633dc48b7ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 19:01:05 +0000 Subject: [PATCH] Bump reviewdog/action-languagetool from 1.22.0 to 1.23.0 Bumps [reviewdog/action-languagetool](https://github.com/reviewdog/action-languagetool) from 1.22.0 to 1.23.0. - [Release notes](https://github.com/reviewdog/action-languagetool/releases) - [Commits](https://github.com/reviewdog/action-languagetool/compare/v1.22.0...v1.23.0) --- updated-dependencies: - dependency-name: reviewdog/action-languagetool dependency-version: 1.23.0 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 629fc1a..9fc0ee0 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -63,7 +63,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.2.2 - - uses: reviewdog/action-languagetool@v1.22.0 + - uses: reviewdog/action-languagetool@v1.23.0 with: github_token: ${{ secrets.github_token }} reporter: github-check