From 3b16ef48c3c2b679704a73c62db88a900dfe89cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 17:51:09 +0000 Subject: [PATCH] Bump PSModule/Invoke-Pester Bumps the github-actions group with 1 update in the / directory: [PSModule/Invoke-Pester](https://github.com/psmodule/invoke-pester). Updates `PSModule/Invoke-Pester` from 4.2.6 to 5.1.0 - [Release notes](https://github.com/psmodule/invoke-pester/releases) - [Commits](https://github.com/psmodule/invoke-pester/compare/9cf262a79e7528d5af41c875c35dae91c44d18dd...4ff33199141fdf22568990b6107fe3148ae93a1c) --- updated-dependencies: - dependency-name: PSModule/Invoke-Pester dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/Test-ModuleLocal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Test-ModuleLocal.yml b/.github/workflows/Test-ModuleLocal.yml index b80c6ed8..d1c84fa2 100644 --- a/.github/workflows/Test-ModuleLocal.yml +++ b/.github/workflows/Test-ModuleLocal.yml @@ -72,7 +72,7 @@ jobs: "path=$path" >> $env:GITHUB_OUTPUT - name: Test-ModuleLocal - uses: PSModule/Invoke-Pester@9cf262a79e7528d5af41c875c35dae91c44d18dd # v4.2.6 + uses: PSModule/Invoke-Pester@4ff33199141fdf22568990b6107fe3148ae93a1c # v5.1.0 with: Debug: ${{ fromJson(inputs.Settings).Debug }} Prerelease: ${{ fromJson(inputs.Settings).Prerelease }}