From 7cf7720a2520a627db8bb5b4f5a81e4a1f8ecca3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 19:55:36 +0000 Subject: [PATCH] Bump reviewdog/action-misspell from 1.14.1 to 1.15.0 Bumps [reviewdog/action-misspell](https://github.com/reviewdog/action-misspell) from 1.14.1 to 1.15.0. - [Release notes](https://github.com/reviewdog/action-misspell/releases) - [Commits](https://github.com/reviewdog/action-misspell/compare/4348e72b9038b006ffc37b6b0dd4421a2e9a68ef...06d6a480724fa783c220081bbc22336a78dbbe82) --- 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 03aa677e..788b3dd9 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@4348e72b9038b006ffc37b6b0dd4421a2e9a68ef # v1.14.1 + - uses: reviewdog/action-misspell@06d6a480724fa783c220081bbc22336a78dbbe82 # v1.15.0 if: ${{ always() }} with: github_token: ${{ secrets.github_token }}