From 03e8ec19b51c3b50d901bc8e2546507cd897aaeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 23:34:20 +0000 Subject: [PATCH] build(deps): bump reviewdog/action-misspell from 1.17.0 to 1.21.0 Bumps [reviewdog/action-misspell](https://github.com/reviewdog/action-misspell) from 1.17.0 to 1.21.0. - [Release notes](https://github.com/reviewdog/action-misspell/releases) - [Commits](https://github.com/reviewdog/action-misspell/compare/v1.17.0...v1.21.0) --- updated-dependencies: - dependency-name: reviewdog/action-misspell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/code.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code.yaml b/.github/workflows/code.yaml index 6388e6cc..4012a70a 100644 --- a/.github/workflows/code.yaml +++ b/.github/workflows/code.yaml @@ -28,7 +28,7 @@ jobs: run: | sudo chown -R root $GITHUB_WORKSPACE - name: Spelling Check - uses: reviewdog/action-misspell@v1.17.0 + uses: reviewdog/action-misspell@v1.21.0 - name: Revive Action uses: morphy2k/revive-action@v2 - name: "Restore Permissions"