Skip to content

Commit f968859

Browse files
authored
Merge pull request #279 from devlead/renovate/gitversion.tool-6.x
chore(deps): update dependency gitversion.tool to 6.7.0
2 parents 0342bbe + 8d84b1e commit f968859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cake.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Setup(
99
static context => {
1010
InstallTool("dotnet:https://api.nuget.org/v3/index.json?package=DPI&version=2026.2.11.364");
11-
InstallTool("dotnet:https://api.nuget.org/v3/index.json?package=GitVersion.Tool&version=6.6.2");
11+
InstallTool("dotnet:https://api.nuget.org/v3/index.json?package=GitVersion.Tool&version=6.7.0");
1212
var assertedVersions = context.GitVersion(new GitVersionSettings
1313
{
1414
OutputType = GitVersionOutput.Json

0 commit comments

Comments
 (0)