From e1ef313fb19700ed2c96e5fdb85e186c2310ec7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 18:12:58 +0000 Subject: [PATCH] Bump PSModule/Invoke-Pester from 5.1.0 to 5.1.1 Bumps [PSModule/Invoke-Pester](https://github.com/psmodule/invoke-pester) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/psmodule/invoke-pester/releases) - [Commits](https://github.com/psmodule/invoke-pester/compare/4ff33199141fdf22568990b6107fe3148ae93a1c...c5494aba3c07d7bfd81bdbbc9f301e8fa4a729fb) --- updated-dependencies: - dependency-name: PSModule/Invoke-Pester dependency-version: 5.1.1 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 f205b88..6e20b1f 100644 --- a/.github/workflows/Action-Test.yml +++ b/.github/workflows/Action-Test.yml @@ -42,6 +42,6 @@ jobs: IssueBody: ${{ fromJson(steps.GetIssueFileContent.outputs.result).issueFileContent }} - name: Action-Test-Results - uses: PSModule/Invoke-Pester@4ff33199141fdf22568990b6107fe3148ae93a1c # v5.1.0 + uses: PSModule/Invoke-Pester@c5494aba3c07d7bfd81bdbbc9f301e8fa4a729fb # v5.1.1 env: data: ${{ steps.Action-Test.outputs.data }}