From 29850d7c767f9375ff1d71f0072204d2a5937c9e Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 8 Jul 2024 01:32:13 +0000
Subject: [PATCH] Bump reviewdog/action-misspell from 1.19.0 to 1.22.0

Bumps [reviewdog/action-misspell](https://github.com/reviewdog/action-misspell) from 1.19.0 to 1.22.0.
- [Release notes](https://github.com/reviewdog/action-misspell/releases)
- [Commits](https://github.com/reviewdog/action-misspell/compare/8cd4a880dd86b1b175092c18c23cdec31283d654...278e1b3c7dd09d2827fa080919a40db73ccafe24)

---
updated-dependencies:
- dependency-name: reviewdog/action-misspell
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 .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 6ade41278..dad7c8c40 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@8cd4a880dd86b1b175092c18c23cdec31283d654 # v1.19.0
+      - uses: reviewdog/action-misspell@278e1b3c7dd09d2827fa080919a40db73ccafe24 # v1.22.0
         if: ${{ always() }}
         with:
           github_token: ${{ secrets.GITHUB_TOKEN }}