diff --git a/action.yml b/action.yml index e25553f..3e7f306 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@9cf262a79e7528d5af41c875c35dae91c44d18dd # v4.2.6 + uses: PSModule/Invoke-Pester@4ff33199141fdf22568990b6107fe3148ae93a1c # v5.1.0 id: test env: LocalTestPath: ${{ steps.paths.outputs.LocalTestPath }} @@ -289,8 +289,8 @@ runs: with: Debug: ${{ inputs.Debug }} Verbose: ${{ inputs.Verbose }} - Version: ${{ inputs.Version }} - Prerelease: ${{ inputs.Prerelease }} + GitHubVersion: ${{ inputs.Version }} + GitHubPrerelease: ${{ inputs.Prerelease }} WorkingDirectory: ${{ inputs.WorkingDirectory }} Path: ${{ steps.paths.outputs.TestPath }} StepSummary_Mode: ${{ inputs.StepSummary_Mode }}