From a58cd86750511a7ae804b6cced9d80df0af76a3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 15:29:46 -0700 Subject: [PATCH] Bump reviewdog/action-misspell from 1.20.0 to 1.21.0 (#280) Bumps [reviewdog/action-misspell](https://github.com/reviewdog/action-misspell) from 1.20.0 to 1.21.0. - [Release notes](https://github.com/reviewdog/action-misspell/releases) - [Commits](https://github.com/reviewdog/action-misspell/compare/e4602ab781cd1c61e23a0c91316ab9e9a561da94...30433ca7be17888deb78a32521706fb65defbf3f) --- 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/style.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index 94cb4d7..29c14dd 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -90,7 +90,7 @@ jobs: github_token: ${{ secrets.github_token }} fail_on_error: true - - uses: reviewdog/action-misspell@e4602ab781cd1c61e23a0c91316ab9e9a561da94 # v1.20.0 + - uses: reviewdog/action-misspell@30433ca7be17888deb78a32521706fb65defbf3f # v1.21.0 if: ${{ always() }} with: github_token: ${{ secrets.github_token }}