From 27d1573d061427dd7b6a84e5463de6ac894f4fcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 21:43:56 +0000 Subject: [PATCH] Bump PSModule/Invoke-Pester from 4.2.5 to 4.2.6 Bumps [PSModule/Invoke-Pester](https://github.com/psmodule/invoke-pester) from 4.2.5 to 4.2.6. - [Release notes](https://github.com/psmodule/invoke-pester/releases) - [Commits](https://github.com/psmodule/invoke-pester/compare/266d1cf2532f572470b7c4463fa1072f2bfe4455...9cf262a79e7528d5af41c875c35dae91c44d18dd) --- updated-dependencies: - dependency-name: PSModule/Invoke-Pester dependency-version: 4.2.6 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 beff071..4be99b3 100644 --- a/.github/workflows/Action-Test.yml +++ b/.github/workflows/Action-Test.yml @@ -28,7 +28,7 @@ jobs: - name: Run Pester tests id: pester - uses: PSModule/Invoke-Pester@266d1cf2532f572470b7c4463fa1072f2bfe4455 # v4.2.5 + uses: PSModule/Invoke-Pester@9cf262a79e7528d5af41c875c35dae91c44d18dd # v4.2.6 with: Path: ./tests Run_Path: ./scripts