Skip to content
This repository was archived by the owner on Jul 16, 2026. It is now read-only.

Commit d333f57

Browse files
Bump PSModule/Invoke-Pester from 4.2.6 to 5.1.0
Invoke-Pester v5.0.0 repurposed the Version and Prerelease inputs to select the Pester module version and renamed the GitHub bootstrap-module controls to GitHubVersion and GitHubPrerelease. Remap the action's Version and Prerelease inputs (which select the GitHub module) to GitHubVersion and GitHubPrerelease to preserve their documented behavior.
1 parent 25c9cd8 commit d333f57

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,16 +281,16 @@ runs:
281281
${{ github.action_path }}/src/main.ps1
282282
283283
- name: Invoke-Pester
284-
uses: PSModule/Invoke-Pester@9cf262a79e7528d5af41c875c35dae91c44d18dd # v4.2.6
284+
uses: PSModule/Invoke-Pester@4ff33199141fdf22568990b6107fe3148ae93a1c # v5.1.0
285285
id: test
286286
env:
287287
LocalTestPath: ${{ steps.paths.outputs.LocalTestPath }}
288288
WorkingDirectory: ${{ inputs.WorkingDirectory }}
289289
with:
290290
Debug: ${{ inputs.Debug }}
291291
Verbose: ${{ inputs.Verbose }}
292-
Version: ${{ inputs.Version }}
293-
Prerelease: ${{ inputs.Prerelease }}
292+
GitHubVersion: ${{ inputs.Version }}
293+
GitHubPrerelease: ${{ inputs.Prerelease }}
294294
WorkingDirectory: ${{ inputs.WorkingDirectory }}
295295
Path: ${{ steps.paths.outputs.TestPath }}
296296
StepSummary_Mode: ${{ inputs.StepSummary_Mode }}

0 commit comments

Comments
 (0)