Skip to content

Commit faf3f9e

Browse files
committed
Update PSADT version in actions_bootstrap.ps1
1 parent 3b81955 commit faf3f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions_bootstrap.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $modulesToInstall = New-Object System.Collections.Generic.List[object]
1111
# https://github.com/PSAppDeployToolkit/PSAppDeployToolkit
1212
[void]$modulesToInstall.Add(([PSCustomObject]@{
1313
ModuleName = 'PSAppDeployToolkit'
14-
ModuleVersion = '3.93.0'
14+
ModuleVersion = '4.0.1'
1515
}))
1616
# https://github.com/pester/Pester
1717
[void]$modulesToInstall.Add(([PSCustomObject]@{

0 commit comments

Comments
 (0)