File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,13 @@ jobs:
19
19
- name : Install GitVersion
20
20
uses : gittools/actions/gitversion/setup@v3.1.11
21
21
with :
22
- versionSpec : ' 5.x'
22
+ versionSpec : ' 6.0.x'
23
+ preferLatestVersion : true
23
24
24
25
- name : Install GitReleaseManager
25
26
uses : gittools/actions/gitreleasemanager/setup@v3.1.11
26
27
with :
27
- versionSpec : ' 0.15 .x'
28
+ versionSpec : ' 0.18 .x'
28
29
29
30
- name : Use GitVersion
30
31
id : gitversion
Original file line number Diff line number Diff line change 29
29
- name : Install GitVersion
30
30
uses : gittools/actions/gitversion/setup@v3.1.11
31
31
with :
32
- versionSpec : ' 5.x'
32
+ versionSpec : ' 6.0.x'
33
+ preferLatestVersion : true
33
34
34
35
- name : Use GitVersion
35
36
id : gitversion
Original file line number Diff line number Diff line change 21
21
22
22
- uses : nuget/setup-nuget@v2
23
23
with :
24
- nuget-version : ' 5 .x'
24
+ nuget-version : ' 6 .x'
25
25
26
26
- uses : actions/download-artifact@v4
27
27
with :
Original file line number Diff line number Diff line change @@ -27,13 +27,14 @@ jobs:
27
27
if : ${{ github.event.action == 'opened' }}
28
28
uses : gittools/actions/gitversion/setup@v3.1.11
29
29
with :
30
- versionSpec : ' 5.x'
30
+ versionSpec : ' 6.0.x'
31
+ preferLatestVersion : true
31
32
32
33
- name : Install GitReleaseManager
33
34
if : ${{ github.event.action == 'opened' }}
34
35
uses : gittools/actions/gitreleasemanager/setup@v3.1.11
35
36
with :
36
- versionSpec : ' 0.15 .x'
37
+ versionSpec : ' 0.18 .x'
37
38
38
39
- name : Use GitVersion
39
40
if : ${{ github.event.action == 'opened' }}
You can’t perform that action at this time.
0 commit comments