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:
1919 - name : Install GitVersion
2020 uses : gittools/actions/gitversion/setup@v3.1.11
2121 with :
22- versionSpec : ' 5.x'
22+ versionSpec : ' 6.0.x'
23+ preferLatestVersion : true
2324
2425 - name : Install GitReleaseManager
2526 uses : gittools/actions/gitreleasemanager/setup@v3.1.11
2627 with :
27- versionSpec : ' 0.15 .x'
28+ versionSpec : ' 0.18 .x'
2829
2930 - name : Use GitVersion
3031 id : gitversion
Original file line number Diff line number Diff line change 2929 - name : Install GitVersion
3030 uses : gittools/actions/gitversion/setup@v3.1.11
3131 with :
32- versionSpec : ' 5.x'
32+ versionSpec : ' 6.0.x'
33+ preferLatestVersion : true
3334
3435 - name : Use GitVersion
3536 id : gitversion
Original file line number Diff line number Diff line change 2121
2222 - uses : nuget/setup-nuget@v2
2323 with :
24- nuget-version : ' 5 .x'
24+ nuget-version : ' 6 .x'
2525
2626 - uses : actions/download-artifact@v4
2727 with :
Original file line number Diff line number Diff line change @@ -27,13 +27,14 @@ jobs:
2727 if : ${{ github.event.action == 'opened' }}
2828 uses : gittools/actions/gitversion/setup@v3.1.11
2929 with :
30- versionSpec : ' 5.x'
30+ versionSpec : ' 6.0.x'
31+ preferLatestVersion : true
3132
3233 - name : Install GitReleaseManager
3334 if : ${{ github.event.action == 'opened' }}
3435 uses : gittools/actions/gitreleasemanager/setup@v3.1.11
3536 with :
36- versionSpec : ' 0.15 .x'
37+ versionSpec : ' 0.18 .x'
3738
3839 - name : Use GitVersion
3940 if : ${{ github.event.action == 'opened' }}
You can’t perform that action at this time.
0 commit comments