Update dependencies and doc cleanup (#245)
This release updates workflow dependencies to their latest versions and standardizes table formatting across documentation files.
Workflow Dependency Updates:
- Updated actions in various workflows to their latest versions:
super-linter/super-linterfrom 8.2.1 to 8.3.0PSModule/Document-PSModulefrom 1.0.11 to 1.0.12PSModule/Install-PSModuleHelpersfrom 1.0.5 to 1.0.6PSModule/Test-PSModulefrom 3.0.6 to 3.0.7
Documentation and Table Formatting Improvements:
- Standardized markdown table column alignment and spacing in multiple documentation files.
- Added a style configuration for markdown tables (MD060) in
.github/linters/.markdown-lint.ymlto enforce leading column style and avoid emoji width issues.