From 0bd9f5c2fb254a789ff0a3c00c2cff9af9798284 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 11:25:23 -0700 Subject: [PATCH] Bump reviewdog/action-misspell from 1.21.0 to 1.22.0 (#66) Bumps [reviewdog/action-misspell](https://github.com/reviewdog/action-misspell) from 1.21.0 to 1.22.0. - [Release notes](https://github.com/reviewdog/action-misspell/releases) - [Commits](https://github.com/reviewdog/action-misspell/compare/v1.21.0...v1.22.0) --- updated-dependencies: - dependency-name: reviewdog/action-misspell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/spell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spell.yml b/.github/workflows/spell.yml index b6ae0303..fb20d4f8 100644 --- a/.github/workflows/spell.yml +++ b/.github/workflows/spell.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.1.7 - - uses: reviewdog/action-misspell@v1.21.0 + - uses: reviewdog/action-misspell@v1.22.0 with: github_token: ${{ secrets.github_token }} check-spellcheck: