Skip to content

Commit 77476dc

Browse files
dependabot[bot]MariusStorhaug
authored andcommitted
Bump PSModule/Invoke-Pester from 4.2.4 to 5.1.0
Updates the CI test workflow (Action-Test.yml) to the latest Invoke-Pester release. This supersedes the original 4.2.4 -> 4.2.5 bump. The v5.0.0 breaking change (Version/Prerelease inputs now control Pester and must be renamed to GitHubVersion/GitHubPrerelease) does not affect this workflow, because the Invoke-Pester step sets no Version/Prerelease inputs. Invoke-Pester is used only in the test workflow, so this has no runtime impact on consumers of the action.
1 parent a5d0247 commit 77476dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Action-Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
IssueBody: ${{ fromJson(steps.GetIssueFileContent.outputs.result).issueFileContent }}
4343

4444
- name: Action-Test-Results
45-
uses: PSModule/Invoke-Pester@abddf7bef0d0614d7ca322036af6a06ee0fb4d44 # v4.2.4
45+
uses: PSModule/Invoke-Pester@4ff33199141fdf22568990b6107fe3148ae93a1c # v5.1.0
4646
env:
4747
data: ${{ steps.Action-Test.outputs.data }}

0 commit comments

Comments
 (0)