From c68fb9bce5d0105aff7f229320b590fd401d2a0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 10:56:22 +0800 Subject: [PATCH] build(deps): bump reviewdog/action-misspell from 1.15.0 to 1.17.0 (#499) Bumps [reviewdog/action-misspell](https://github.com/reviewdog/action-misspell) from 1.15.0 to 1.17.0. - [Release notes](https://github.com/reviewdog/action-misspell/releases) - [Commits](https://github.com/reviewdog/action-misspell/compare/v1.15.0...v1.17.0) --- updated-dependencies: - dependency-name: reviewdog/action-misspell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 a9ec7bad..d5aa45e8 100644 --- a/.github/workflows/code.yaml +++ b/.github/workflows/code.yaml @@ -32,7 +32,7 @@ jobs: run: | sudo chown -R root $GITHUB_WORKSPACE - name: Spelling Check - uses: reviewdog/action-misspell@v1.15.0 + uses: reviewdog/action-misspell@v1.17.0 - name: Revive Action uses: morphy2k/revive-action@v2 - name: "Restore Permissions"