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 93f97b8 commit b846f67Copy full SHA for b846f67
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.5'
+ ModuleVersion = '4.1.0'
15
}))
16
# https://github.com/pester/Pester
17
0 commit comments