diff --git a/spell-check/action.yaml b/spell-check/action.yaml index bfa4d321..9a4de293 100644 --- a/spell-check/action.yaml +++ b/spell-check/action.yaml @@ -57,7 +57,7 @@ runs: shell: bash - name: Run spell check - uses: streetsidesoftware/cspell-action@v5 + uses: streetsidesoftware/cspell-action@v6 with: config: .cspell.json incremental_files_only: ${{ inputs.incremental-files-only }}