From ae5a34738474ba7cac112c7124d37dafef8f4722 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 19:52:56 +0000 Subject: [PATCH] Bump reviewdog/action-misspell from 1.5.0 to 1.26.3 Bumps [reviewdog/action-misspell](https://github.com/reviewdog/action-misspell) from 1.5.0 to 1.26.3. - [Release notes](https://github.com/reviewdog/action-misspell/releases) - [Commits](https://github.com/reviewdog/action-misspell/compare/v1.5.0...v1.26.3) --- updated-dependencies: - dependency-name: reviewdog/action-misspell 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 63a21f1..e94b02f 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -53,7 +53,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2.3.2 - - uses: reviewdog/action-misspell@v1.5.0 + - uses: reviewdog/action-misspell@v1.26.3 with: github_token: ${{ secrets.github_token }} reporter: github-check