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 9aa5121 commit 0f9dd82Copy full SHA for 0f9dd82
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 = '4.0.2'
+ ModuleVersion = '4.0.3'
15
}))
16
# https://github.com/pester/Pester
17
0 commit comments