Skip to content

Commit

Permalink
Updated one or more module dependencies in build.ps1 (#235)
Browse files Browse the repository at this point in the history
Co-authored-by: dependjinbot <[email protected]>
  • Loading branch information
dependjinbot[bot] and dependjinbot authored Nov 22, 2024
1 parent ba8a9e0 commit b092766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ param (
[string] $BuildModuleVersion = "1.0.0-preview0020",

[Parameter()]
[version] $InvokeBuildModuleVersion = "5.10.3"
[version] $InvokeBuildModuleVersion = "5.11.3"
)
$ErrorActionPreference = 'Stop'
$here = Split-Path -Parent $PSCommandPath
Expand Down

0 comments on commit b092766

Please sign in to comment.