From 77476dc53caa0235122513d35549df5afdde03bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 00:00:29 +0000 Subject: [PATCH] Bump PSModule/Invoke-Pester from 4.2.4 to 5.1.0 Updates the CI test workflow (Action-Test.yml) to the latest Invoke-Pester release. This supersedes the original 4.2.4 -> 4.2.5 bump. The v5.0.0 breaking change (Version/Prerelease inputs now control Pester and must be renamed to GitHubVersion/GitHubPrerelease) does not affect this workflow, because the Invoke-Pester step sets no Version/Prerelease inputs. Invoke-Pester is used only in the test workflow, so this has no runtime impact on consumers of the action. --- .github/workflows/Action-Test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Action-Test.yml b/.github/workflows/Action-Test.yml index edae4f4..f205b88 100644 --- a/.github/workflows/Action-Test.yml +++ b/.github/workflows/Action-Test.yml @@ -42,6 +42,6 @@ jobs: IssueBody: ${{ fromJson(steps.GetIssueFileContent.outputs.result).issueFileContent }} - name: Action-Test-Results - uses: PSModule/Invoke-Pester@abddf7bef0d0614d7ca322036af6a06ee0fb4d44 # v4.2.4 + uses: PSModule/Invoke-Pester@4ff33199141fdf22568990b6107fe3148ae93a1c # v5.1.0 env: data: ${{ steps.Action-Test.outputs.data }}