From 07a246ac75f7619f68fca2dc208731fec0a13835 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 07:38:37 +0000 Subject: [PATCH] Bump reviewdog/action-misspell from 1.22.0 to 1.23.0 Bumps [reviewdog/action-misspell](https://github.com/reviewdog/action-misspell) from 1.22.0 to 1.23.0. - [Release notes](https://github.com/reviewdog/action-misspell/releases) - [Commits](https://github.com/reviewdog/action-misspell/compare/278e1b3c7dd09d2827fa080919a40db73ccafe24...ef8b22c1cca06c8d306fc6be302c3dab0f6ca12f) --- 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 83abe68..7c6e440 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@278e1b3c7dd09d2827fa080919a40db73ccafe24 # v1.22.0 + - uses: reviewdog/action-misspell@ef8b22c1cca06c8d306fc6be302c3dab0f6ca12f # v1.23.0 if: ${{ always() }} with: github_token: ${{ secrets.github_token }}