Skip to content

Commit bbcedd2

Browse files
JamesWTruherAndrew
authored andcommitted
Update Pester version to 4.4.4 (PowerShell#8739)
1 parent 9e4e50a commit bbcedd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ function Restore-PSPester
564564
[ValidateNotNullOrEmpty()]
565565
[string] $Destination = ([IO.Path]::Combine((Split-Path (Get-PSOptions -DefaultToNew).Output), "Modules"))
566566
)
567-
Save-Module -Name Pester -Path $Destination -Repository PSGallery -RequiredVersion "4.4.1"
567+
Save-Module -Name Pester -Path $Destination -Repository PSGallery -RequiredVersion "4.4.4"
568568
}
569569

570570
function Compress-TestContent {

0 commit comments

Comments
 (0)