Skip to content

Commit

Permalink
Updated one or more module dependencies in build.ps1 (#239)
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 f09c178 commit ad58a68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ param (
[string] $BuildModulePath,

[Parameter()]
[version] $BuildModuleVersion = "1.5.11",
[version] $BuildModuleVersion = "1.5.12",

[Parameter()]
[string] $BuildModulePackageVersion = $BuildModuleVersion,

[Parameter()]
[version] $InvokeBuildModuleVersion = "5.10.3"
[version] $InvokeBuildModuleVersion = "5.11.3"
)

$ErrorActionPreference = $ErrorActionPreference ? $ErrorActionPreference : 'Stop'
Expand Down

0 comments on commit ad58a68

Please sign in to comment.