Skip to content

Commit 62e74d5

Browse files
Bump PSModule/Invoke-Pester from 4.2.4 to 5.1.0 (#27)
Bumps [PSModule/Invoke-Pester](https://github.com/PSModule/Invoke-Pester) from 4.2.4 to **5.1.0** — the latest release. This updates the original Dependabot PR (which targeted 4.2.5) straight to the current latest, since 4.2.5/4.2.6 and the 5.x line were all released while this PR sat open (auto-rebase was disabled after 30 days). Invoke-Pester is used only in the `Action-Test.yml` CI test workflow, so this change has **no runtime impact** on consumers of this action. ### Major version note (v5.0.0) The 5.0.0 release contains one breaking change: the `Version` and `Prerelease` inputs now control the **Pester** version instead of the internal GitHub bootstrap module, which moved to `GitHubVersion`/`GitHubPrerelease`. This workflow's Invoke-Pester step sets **neither** `Version` nor `Prerelease` (only `env: data`), so the breaking change does not apply. With no `Version` input, v5.x installs the latest available Pester by default — the per-repository `#Requires` declaration in the test files remains the safety net (see #32, which locks tests to Pester 6.x). ### v5.x highlights - **v5.0.0** — `Version`/`Prerelease` now select the Pester version (NuGet range syntax); GitHub bootstrap controls renamed to `GitHubVersion`/`GitHubPrerelease`; the loaded Pester version now matches the resolved version and is reported accurately. - **v5.1.0** — adds an optional `Guid` input to pin Pester by module identity (validated at install time). Additive, no impact here. Pinned by commit SHA per repository convention: `4ff33199141fdf22568990b6107fe3148ae93a1c # v5.1.0`. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a5d0247 commit 62e74d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Action-Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
IssueBody: ${{ fromJson(steps.GetIssueFileContent.outputs.result).issueFileContent }}
4343

4444
- name: Action-Test-Results
45-
uses: PSModule/Invoke-Pester@abddf7bef0d0614d7ca322036af6a06ee0fb4d44 # v4.2.4
45+
uses: PSModule/Invoke-Pester@4ff33199141fdf22568990b6107fe3148ae93a1c # v5.1.0
4646
env:
4747
data: ${{ steps.Action-Test.outputs.data }}

0 commit comments

Comments
 (0)