From 7eb1801ec79a3662d24fab1c0064af4ca54034e9 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Wed, 8 Jul 2026 16:56:17 +0200 Subject: [PATCH] Bump PSModule/Invoke-Pester from 4.2.4 to 4.2.6 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6d2eef8..4243910 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@9cf262a79e7528d5af41c875c35dae91c44d18dd # v4.2.6 id: test env: LocalTestPath: ${{ steps.paths.outputs.LocalTestPath }}