From 2d0869b3e5b0828f6e319b90c5c7b3483829673e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 07:03:54 +0000 Subject: [PATCH] Bump reviewdog/action-misspell from 1.19.0 to 1.21.0 Bumps [reviewdog/action-misspell](https://github.com/reviewdog/action-misspell) from 1.19.0 to 1.21.0. - [Release notes](https://github.com/reviewdog/action-misspell/releases) - [Commits](https://github.com/reviewdog/action-misspell/compare/8cd4a880dd86b1b175092c18c23cdec31283d654...30433ca7be17888deb78a32521706fb65defbf3f) --- updated-dependencies: - dependency-name: reviewdog/action-misspell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 825a135..934c9c8 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -97,7 +97,7 @@ jobs: github_token: ${{ secrets.github_token }} fail_on_error: true - - uses: reviewdog/action-misspell@8cd4a880dd86b1b175092c18c23cdec31283d654 # v1.19.0 + - uses: reviewdog/action-misspell@30433ca7be17888deb78a32521706fb65defbf3f # v1.21.0 if: ${{ always() }} with: github_token: ${{ secrets.github_token }}