From be618c276f7c495744e109b4309792b1e35c47af Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Wed, 8 Jul 2026 03:31:01 +0200 Subject: [PATCH 1/2] Bump Install-PSModuleHelpers so built modules install at their real version Document-PSModule installs the built module via Install-PSModule (from Install-PSModuleHelpers). Bump the pin so the module installs into a folder matching its manifest ModuleVersion instead of the 999.0.0 placeholder, required now that the build stamps the real version (PSModule/Process-PSModule#326). Temporarily pinned to the fix branch (PSModule/Install-PSModuleHelpers#19); repin to the released tag before merge. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7bf99ab..c3398fc 100644 --- a/action.yml +++ b/action.yml @@ -19,7 +19,7 @@ runs: using: composite steps: - name: Install-PSModuleHelpers - uses: PSModule/Install-PSModuleHelpers@ed79b6e3aa8c9cd3d30ab2bf02ea6bd4687b9c74 # v1.0.7 + uses: PSModule/Install-PSModuleHelpers@383aa36cd1b9dc838157cc4d08bb98cebc603216 # TEMP: fix/install-real-module-version (PSModule/Install-PSModuleHelpers#19) - name: Document-PSModule shell: pwsh From e8c4dfc7ad8a368c013648743ffa7052d59cd84e Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Thu, 9 Jul 2026 02:09:06 +0200 Subject: [PATCH 2/2] Bump Install-PSModuleHelpers to v1.0.8 PR PSModule/Install-PSModuleHelpers#19 is merged and released as v1.0.8. Replace the TEMP branch pin with the released v1.0.8 commit SHA. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c3398fc..3875f91 100644 --- a/action.yml +++ b/action.yml @@ -19,7 +19,7 @@ runs: using: composite steps: - name: Install-PSModuleHelpers - uses: PSModule/Install-PSModuleHelpers@383aa36cd1b9dc838157cc4d08bb98cebc603216 # TEMP: fix/install-real-module-version (PSModule/Install-PSModuleHelpers#19) + uses: PSModule/Install-PSModuleHelpers@68e8ca76be679bfcb7099aed8cffa911c4ab72af # v1.0.8 - name: Document-PSModule shell: pwsh