From 61fa7149a3c4b935964f7da44e5fc86df332f5a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 02:17:00 +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] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6d2eef8..915f9fb 100644 --- a/action.yml +++ b/action.yml @@ -281,7 +281,7 @@ runs: ${{ github.action_path }}/src/main.ps1 - name: Invoke-Pester - uses: PSModule/Invoke-Pester@abddf7bef0d0614d7ca322036af6a06ee0fb4d44 # v4.2.4 + uses: PSModule/Invoke-Pester@266d1cf2532f572470b7c4463fa1072f2bfe4455 # v4.2.5 id: test env: LocalTestPath: ${{ steps.paths.outputs.LocalTestPath }}