File tree Expand file tree Collapse file tree
src/Winton.Extensions.Configuration.Consul Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 pull_request :
99jobs :
1010 calculate-version :
11- runs-on : ubuntu-20 .04
11+ runs-on : ubuntu-22 .04
1212 outputs :
1313 version : ${{ steps.version.outputs.version }}
1414 steps :
@@ -17,12 +17,12 @@ jobs:
1717 with :
1818 fetch-depth : 0
1919 - name : Install GitVersion
20- uses : gittools/actions/gitversion/setup@v0.9.9
20+ uses : gittools/actions/gitversion/setup@v0.9.15
2121 with :
22- versionSpec : " 5.6.9 "
22+ versionSpec : " 5.12.0 "
2323 - name : Run GitVersion
2424 id : gitversion
25- uses : gittools/actions/gitversion/execute@v0.9.9
25+ uses : gittools/actions/gitversion/execute@v0.9.15
2626 - name : Version
2727 id : version
2828 run : |
3838 strategy :
3939 matrix :
4040 include :
41- - os : ubuntu-20 .04
41+ - os : ubuntu-22 .04
4242 integrationTest : true
4343 nugetPush : false
4444 - os : windows-2019
7878 **/*.snupkg
7979 retention-days : 1
8080 nuget-push :
81- runs-on : ubuntu-20 .04
81+ runs-on : ubuntu-22 .04
8282 needs : [build]
8383 if : github.event_name != 'pull_request'
8484 steps :
Original file line number Diff line number Diff line change 2727 </ItemGroup >
2828
2929 <ItemGroup >
30- <PackageReference Include =" Consul" Version =" 1.6.10.4 " />
30+ <PackageReference Include =" Consul" Version =" 1.6.10.8 " />
3131 <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 3.0.0" />
3232 <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 3.0.0" />
3333 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
You can’t perform that action at this time.
0 commit comments