From 7740d518306fe2b1b92563d9278fc7d4035455af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 01:45:57 +0000 Subject: [PATCH] Bump reviewdog/action-misspell from 1.13.1 to 1.14.0 Bumps [reviewdog/action-misspell](https://github.com/reviewdog/action-misspell) from 1.13.1 to 1.14.0. - [Release notes](https://github.com/reviewdog/action-misspell/releases) - [Commits](https://github.com/reviewdog/action-misspell/compare/9257f108197b44e37995c98bea6ee4a5b9ffc3b0...cc799b020b057600b66eedf2b6e97ca26137de21) --- 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 307f3bff0f..c5a1f51c5c 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -50,7 +50,7 @@ jobs: - uses: chainguard-dev/actions/eof-newline@d886686603afb809f7ef9b734b333e20b7ce5cda if: ${{ always() }} - - uses: reviewdog/action-misspell@9257f108197b44e37995c98bea6ee4a5b9ffc3b0 # v1.13.1 + - uses: reviewdog/action-misspell@cc799b020b057600b66eedf2b6e97ca26137de21 # v1.14.0 if: ${{ always() }} with: github_token: ${{ secrets.GITHUB_TOKEN }}