From 522cfb45d9cfdaa479d7ade2609c2546e9b19be3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 20:43:36 +0000 Subject: [PATCH] Bump PSModule/Invoke-Pester from 4.2.3 to 4.2.4 Bumps [PSModule/Invoke-Pester](https://github.com/psmodule/invoke-pester) from 4.2.3 to 4.2.4. - [Release notes](https://github.com/psmodule/invoke-pester/releases) - [Commits](https://github.com/psmodule/invoke-pester/compare/1fcb663c0efe914e8374d78e16aa7bb907ea2434...abddf7bef0d0614d7ca322036af6a06ee0fb4d44) --- updated-dependencies: - dependency-name: PSModule/Invoke-Pester dependency-version: 4.2.4 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 b07c92c..6d2eef8 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@1fcb663c0efe914e8374d78e16aa7bb907ea2434 # v4.2.3 + uses: PSModule/Invoke-Pester@abddf7bef0d0614d7ca322036af6a06ee0fb4d44 # v4.2.4 id: test env: LocalTestPath: ${{ steps.paths.outputs.LocalTestPath }}