diff --git a/.github/workflows/cspell-action.yml b/.github/workflows/cspell-action.yml index febe87c..a09dc07 100644 --- a/.github/workflows/cspell-action.yml +++ b/.github/workflows/cspell-action.yml @@ -17,7 +17,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v6 - name: Spell Check - uses: streetsidesoftware/cspell-action@v8.2.0 + uses: streetsidesoftware/cspell-action@v8.3.0 with: files: '**' incremental_files_only: false