We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ac4555 commit 9e547c0Copy full SHA for 9e547c0
actions_bootstrap.ps1
@@ -11,7 +11,7 @@ $modulesToInstall = New-Object System.Collections.Generic.List[object]
11
# https://github.com/PSAppDeployToolkit/PSAppDeployToolkit
12
[void]$modulesToInstall.Add(([PSCustomObject]@{
13
ModuleName = 'PSAppDeployToolkit'
14
- ModuleVersion = '3.93.0'
+ ModuleVersion = '4.0.1'
15
}))
16
# https://github.com/pester/Pester
17
0 commit comments