Commit 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`.
```yaml
- name: Publish module
uses: PSModule/Publish-PSModule@8917aed # 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.
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 51f27f7 commit e8f5b22
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments