Skip to content

Commit 7729327

Browse files
⚙️ [Maintenance]: Bump Process-PSModule v6.1.2 -> v6.1.4
v6.1.3 bumps the framework's internal lint/test action deps (Invoke-ScriptAnalyzer v5.0.0, Test-PSModule v3.0.14 -> Invoke-Pester v5.1.0); consumer linting now runs against the latest PSScriptAnalyzer. v6.1.4 fixes the Plan job crashing on schedule/workflow_dispatch (non-PR) events by bumping Resolve-PSModuleVersion to v1.1.5 (Fixes PSModule/Process-PSModule#373). The Settings contract is unchanged, so the caller keeps passing only APIKey + TestData.
1 parent 2ea7ccb commit 7729327

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Process-PSModule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ permissions:
2727

2828
jobs:
2929
Process-PSModule:
30-
# The TestData secret (PR #365) shipped in v6.0.0; pinned to the current release v6.1.2.
31-
uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@d4020f3c9c3621cebae5d8bf4ffaf10f55c1784a # v6.1.2
30+
# The TestData secret (PR #365) shipped in v6.0.0; pinned to the current release v6.1.4.
31+
uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@da180bac16b13bfbcdf08b2e4e221b5b49e5ff28 # v6.1.4
3232
secrets:
3333
# PowerShell Gallery API key used to publish the module.
3434
APIKey: ${{ secrets.APIKey }}

0 commit comments

Comments
 (0)