From 01f617293cd072210cd1640c8e5ed52b7939714b 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 4.2.5 Bumps [PSModule/Invoke-Pester](https://github.com/psmodule/invoke-pester) from 4.2.4 to 4.2.5. - [Release notes](https://github.com/psmodule/invoke-pester/releases) - [Commits](https://github.com/psmodule/invoke-pester/compare/abddf7bef0d0614d7ca322036af6a06ee0fb4d44...266d1cf2532f572470b7c4463fa1072f2bfe4455) --- updated-dependencies: - dependency-name: PSModule/Invoke-Pester dependency-version: 4.2.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 aec9f8e..62b4aad 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@266d1cf2532f572470b7c4463fa1072f2bfe4455 # v4.2.5 env: data: ${{ steps.Action-Test.outputs.data }}