From 0d4d55c2e1f84ea5bda2a4cf3e6ae9159aad3aea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 08:31:50 +0900 Subject: [PATCH] chore(deps): bump streetsidesoftware/cspell-action from 5 to 6 (#116) --- .github/workflows/cspell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cspell.yml b/.github/workflows/cspell.yml index a0fda1d..e7e7540 100644 --- a/.github/workflows/cspell.yml +++ b/.github/workflows/cspell.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: streetsidesoftware/cspell-action@v5 + - uses: streetsidesoftware/cspell-action@v6 with: incremental_files_only: true strict: false