File tree Expand file tree Collapse file tree 7 files changed +16
-16
lines changed
Expand file tree Collapse file tree 7 files changed +16
-16
lines changed 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.4.1
29+ - task : gittools.gittools.setup-gitversion-task.gitversion-setup@4.4.2
3030 displayName : Install GitVersion
3131 inputs :
3232 versionSpec : ' 6.x'
3333 includePrerelease : true
3434
35- - task : gittools.gittools.execute-gitversion-task.gitversion-execute@4.4.1
35+ - task : gittools.gittools.execute-gitversion-task.gitversion-execute@4.4.2
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.4.1
66+ - task : gittools.gittools.setup-gitversion-task.gitversion-setup@4.4.2
6767 displayName : Install GitVersion
6868 inputs :
6969 versionSpec : ' 6.x'
7070 includePrerelease : true
7171
72- - task : gittools.gittools.execute-gitversion-task.gitversion-execute@4.4.1
72+ - task : gittools.gittools.execute-gitversion-task.gitversion-execute@4.4.2
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.4.1
21+ - task : gittools.gittools.setup-gitversion-task.gitversion-setup@4.4.2
2222 displayName : Install GitVersion
2323 inputs :
2424 versionSpec : ' 6.x'
2525 includePrerelease : false
2626
27- - task : gittools.gittools.execute-gitversion-task.gitversion-execute@4.4.1
27+ - task : gittools.gittools.execute-gitversion-task.gitversion-execute@4.4.2
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.4.1
26+ - task : gittools.gittools.setup-gitversion-task.gitversion-setup@4.4.2
2727 displayName : Install GitVersion
2828 inputs :
2929 versionSpec : ' 6.x'
3030 includePrerelease : false
3131
32- - task : gittools.gittools.execute-gitversion-task.gitversion-execute@4.4.1
32+ - task : gittools.gittools.execute-gitversion-task.gitversion-execute@4.4.2
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.4.1
21+ - task : gittools.gittools.setup-gitversion-task.gitversion-setup@4.4.2
2222 displayName : Install GitVersion
2323 inputs :
2424 versionSpec : ' 6.x'
2525 includePrerelease : false
2626
27- - task : gittools.gittools.execute-gitversion-task.gitversion-execute@4.4.1
27+ - task : gittools.gittools.execute-gitversion-task.gitversion-execute@4.4.2
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 @@ -14,13 +14,13 @@ jobs:
1414 with :
1515 fetch-depth : 0
1616
17- - uses : gittools/actions/gitversion/setup@v4.4.1
17+ - uses : gittools/actions/gitversion/setup@v4.4.2
1818 name : Install GitVersion
1919 with :
2020 versionSpec : ' 6.x'
2121 includePrerelease : true
2222
23- - uses : gittools/actions/gitversion/execute@v4.4.1
23+ - uses : gittools/actions/gitversion/execute@v4.4.2
2424 name : Use GitVersion
2525 with :
2626 configFilePath : ' GitVersion_v6.yml'
Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ jobs:
2424 with :
2525 fetch-depth : 0
2626
27- - uses : gittools/actions/gitversion/setup@v4.4.1
27+ - uses : gittools/actions/gitversion/setup@v4.4.2
2828 name : Install GitVersion
2929 with :
3030 versionSpec : ' 6.x'
3131 includePrerelease : false
3232
33- - uses : gittools/actions/gitversion/execute@v4.4.1
33+ - uses : gittools/actions/gitversion/execute@v4.4.2
3434 name : Use GitVersion
3535 with :
3636 configFilePath : ' GitVersion_v6.yml'
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ jobs:
1414 with :
1515 fetch-depth : 0
1616
17- - uses : gittools/actions/gitversion/setup@v4.4.1
17+ - uses : gittools/actions/gitversion/setup@v4.4.2
1818 name : Install GitVersion
1919 with :
2020 versionSpec : ' 6.x'
2121 includePrerelease : false
2222
23- - uses : gittools/actions/gitversion/execute@v4.4.1
23+ - uses : gittools/actions/gitversion/execute@v4.4.2
2424 name : Use GitVersion
2525 with :
2626 configFilePath : ' GitVersion_v6.yml'
You can’t perform that action at this time.
0 commit comments