Skip to content

Commit

Permalink
Updated one or more module dependencies in build.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependjinbot committed Mar 12, 2024
1 parent 5ef8eb3 commit b4dcd1a
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 @@ -74,7 +74,7 @@ param (
[version] $BuildModuleVersion = "1.5.4",

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

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

0 comments on commit b4dcd1a

Please sign in to comment.