From 412150c1292f402f7a5e0ccde00e2bab62fecd64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 01:37:47 +0000 Subject: [PATCH] Bump reviewdog/action-misspell from 1.16.0 to 1.17.0 Bumps [reviewdog/action-misspell](https://github.com/reviewdog/action-misspell) from 1.16.0 to 1.17.0. - [Release notes](https://github.com/reviewdog/action-misspell/releases) - [Commits](https://github.com/reviewdog/action-misspell/compare/32cdac969bc45951d79b89420a60c9b0102cf6ed...5bd7be2fc7ae56a517184f5c4bbcf2fd7afe3927) --- 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 fd45703df9..5b85e0bccd 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -51,7 +51,7 @@ jobs: - uses: chainguard-dev/actions/eof-newline@d886686603afb809f7ef9b734b333e20b7ce5cda if: ${{ always() }} - - uses: reviewdog/action-misspell@32cdac969bc45951d79b89420a60c9b0102cf6ed # v1.16.0 + - uses: reviewdog/action-misspell@5bd7be2fc7ae56a517184f5c4bbcf2fd7afe3927 # v1.17.0 if: ${{ always() }} with: github_token: ${{ secrets.GITHUB_TOKEN }}