🩹 [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.4No 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.