From 88fad9a70d44e2ed8ab5149983303d08da4c62db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 04:14:41 +0000 Subject: [PATCH] Bump reviewdog/action-languagetool from 1.9 to 1.15 Bumps [reviewdog/action-languagetool](https://github.com/reviewdog/action-languagetool) from 1.9 to 1.15. - [Release notes](https://github.com/reviewdog/action-languagetool/releases) - [Commits](https://github.com/reviewdog/action-languagetool/compare/v1.9...v1.15) --- 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..13d555f3 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.15 with: github_token: ${{ secrets.PAT }} level: info