Skip to content

v5.3.7

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Dec 12:51
78c2264

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-linter from 8.2.1 to 8.3.0
    • PSModule/Document-PSModule from 1.0.11 to 1.0.12
    • PSModule/Install-PSModuleHelpers from 1.0.5 to 1.0.6
    • PSModule/Test-PSModule from 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.yml to enforce leading column style and avoid emoji width issues.