Skip to content

v5.5.2

Latest

Choose a tag to compare

@github-actions github-actions released this 16 May 09:07
e8f5b22

🩹 [Patch]: Bump PSModule/Publish-PSModule to v2.2.4 (#312)

The module publishing workflow now uses the latest PSModule/Publish-PSModule action release, so publish jobs run with the newest patch-level fixes while keeping the same workflow behavior.

Changed: Module publishing dependency

The Publish-Module.yml reusable workflow now references PSModule/Publish-PSModule v2.2.4 (pinned by commit SHA) instead of v2.2.3.

- name: Publish module
  uses: PSModule/Publish-PSModule@8917aed588dae1bd1aa2873b1caec1c50c20d255 # v2.2.4

No workflow inputs or invocation patterns changed for consumers.

Technical Details

  • Updated one dependency reference in .github/workflows/Publish-Module.yml.
  • The action remains SHA-pinned with a version comment for traceability and supply-chain integrity.