Skip to content

Commit be7d5dc

Browse files
🩹 [Patch]: Update Document-PSModule action to v1.0.14 (#267)
Updates the `PSModule/Document-PSModule` action to version 1.0.14, which includes compatibility fixes for Node.js 24 runtime and incorporates the latest dependency updates. This ensures the documentation generation step runs on the latest supported runtime. ## Updated Action | Action | Old Version | New Version | |--------|-------------|-------------| | `PSModule/Document-PSModule` | v1.0.12 | v1.0.14 | ## Notable Changes ### Node.js 24 Compatibility - The updated action uses `actions/upload-artifact@v6.0.0` internally, which requires Node.js 24 ### No Breaking Changes This is a routine patch update with no user-facing changes required.
1 parent 7c92b2f commit be7d5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build-Docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
path: ${{ fromJson(inputs.Settings).WorkingDirectory }}/outputs/module
3131

3232
- name: Document module
33-
uses: PSModule/Document-PSModule@15dc407c99e408fc0a4023d4f16aee2a5507ba74 # v1.0.12
33+
uses: PSModule/Document-PSModule@51affc52831fa82500bea2a41f02abef9a9cfdc1 # v1.0.14
3434
with:
3535
Name: ${{ fromJson(inputs.Settings).Name }}
3636
WorkingDirectory: ${{ fromJson(inputs.Settings).WorkingDirectory }}

0 commit comments

Comments
 (0)