File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ stages:
2626 - checkout : self
2727 fetchDepth : 0
2828
29- - task : gittools.gittools.setup-gitversion-task.gitversion-setup@4.3.0
29+ - task : gittools.gittools.setup-gitversion-task.gitversion-setup@4.3.1
3030 displayName : Install GitVersion
3131 inputs :
3232 versionSpec : ' 6.x'
3333 includePrerelease : true
3434
35- - task : gittools.gittools.execute-gitversion-task.gitversion-execute@4.3.0
35+ - task : gittools.gittools.execute-gitversion-task.gitversion-execute@4.3.1
3636 name : version_step # step id used as a reference for output values
3737 displayName : Use GitVersion
3838 inputs :
@@ -63,13 +63,13 @@ stages:
6363 - checkout : self
6464 fetchDepth : 0
6565
66- - task : gittools.gittools.setup-gitversion-task.gitversion-setup@4.3.0
66+ - task : gittools.gittools.setup-gitversion-task.gitversion-setup@4.3.1
6767 displayName : Install GitVersion
6868 inputs :
6969 versionSpec : ' 6.x'
7070 includePrerelease : true
7171
72- - task : gittools.gittools.execute-gitversion-task.gitversion-execute@4.3.0
72+ - task : gittools.gittools.execute-gitversion-task.gitversion-execute@4.3.1
7373 name : version_step # step id used as a reference for output values
7474 displayName : Use GitVersion
7575 inputs :
Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ stages:
1818 - checkout : self
1919 fetchDepth : 0
2020
21- - task : gittools.gittools.setup-gitversion-task.gitversion-setup@4.3.0
21+ - task : gittools.gittools.setup-gitversion-task.gitversion-setup@4.3.1
2222 displayName : Install GitVersion
2323 inputs :
2424 versionSpec : ' 6.x'
2525 includePrerelease : false
2626
27- - task : gittools.gittools.execute-gitversion-task.gitversion-execute@4.3.0
27+ - task : gittools.gittools.execute-gitversion-task.gitversion-execute@4.3.1
2828 name : version_step # step id used as a reference for output values
2929 displayName : Use GitVersion
3030 inputs :
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ jobs:
2323 - checkout : self
2424 fetchDepth : 0
2525
26- - task : gittools.gittools.setup-gitversion-task.gitversion-setup@4.3.0
26+ - task : gittools.gittools.setup-gitversion-task.gitversion-setup@4.3.1
2727 displayName : Install GitVersion
2828 inputs :
2929 versionSpec : ' 6.x'
3030 includePrerelease : false
3131
32- - task : gittools.gittools.execute-gitversion-task.gitversion-execute@4.3.0
32+ - task : gittools.gittools.execute-gitversion-task.gitversion-execute@4.3.1
3333 name : version_step # step id used as a reference for output values
3434 displayName : Use GitVersion
3535 inputs :
Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ stages:
1818 - checkout : self
1919 fetchDepth : 0
2020
21- - task : gittools.gittools.setup-gitversion-task.gitversion-setup@4.3.0
21+ - task : gittools.gittools.setup-gitversion-task.gitversion-setup@4.3.1
2222 displayName : Install GitVersion
2323 inputs :
2424 versionSpec : ' 6.x'
2525 includePrerelease : false
2626
27- - task : gittools.gittools.execute-gitversion-task.gitversion-execute@4.3.0
27+ - task : gittools.gittools.execute-gitversion-task.gitversion-execute@4.3.1
2828 name : version_step # step id used as a reference for output values
2929 displayName : Use GitVersion
3030 inputs :
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313 - uses : actions/checkout@v5
1414 with :
1515 fetch-depth : 0
16- - uses : gittools/actions/gitversion/setup@v4.3.0
16+ - uses : gittools/actions/gitversion/setup@v4.3.1
1717 name : Install GitVersion
1818 with :
1919 versionSpec : ' 6.x'
2020 includePrerelease : true
21- - uses : gittools/actions/gitversion/execute@v4.3.0
21+ - uses : gittools/actions/gitversion/execute@v4.3.1
2222 name : Use GitVersion
2323 with :
2424 configFilePath : ' GitVersion_v6.yml'
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
2323 - uses : actions/checkout@v5
2424 with :
2525 fetch-depth : 0
26- - uses : gittools/actions/gitversion/setup@v4.3.0
26+ - uses : gittools/actions/gitversion/setup@v4.3.1
2727 name : Install GitVersion
2828 with :
2929 versionSpec : ' 6.x'
3030 includePrerelease : false
31- - uses : gittools/actions/gitversion/execute@v4.3.0
31+ - uses : gittools/actions/gitversion/execute@v4.3.1
3232 name : Use GitVersion
3333 with :
3434 configFilePath : ' GitVersion_v6.yml'
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313 - uses : actions/checkout@v5
1414 with :
1515 fetch-depth : 0
16- - uses : gittools/actions/gitversion/setup@v4.3.0
16+ - uses : gittools/actions/gitversion/setup@v4.3.1
1717 name : Install GitVersion
1818 with :
1919 versionSpec : ' 6.x'
2020 includePrerelease : false
21- - uses : gittools/actions/gitversion/execute@v4.3.0
21+ - uses : gittools/actions/gitversion/execute@v4.3.1
2222 name : Use GitVersion
2323 with :
2424 configFilePath : ' GitVersion_v6.yml'
You can’t perform that action at this time.
0 commit comments