File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
src/Microsoft.OpenApi.Hidi
test/Microsoft.OpenApi.Tests Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4141
4242 - name : Checkout repository
4343 id : checkout_repo
44- uses : actions/checkout@v3
44+ uses : actions/checkout@v4
4545 with :
4646 token : ${{ secrets.GITHUB_TOKEN }}
4747 fetch-depth : 0
Original file line number Diff line number Diff line change 1414 steps :
1515 - name : Checkout repository
1616 id : checkout_repo
17- uses : actions/checkout@v3
17+ uses : actions/checkout@v4
1818
1919 - name : Setup .NET
2020 uses : actions/setup-dotnet@v3
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Check out the repo
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v4
1919 - name : Login to GitHub package feed
20202121 with :
Original file line number Diff line number Diff line change 4242 uses : actions/setup-dotnet@v3
4343 with :
4444 dotnet-version : 7.0.x
45- - uses : actions/checkout@v3
45+ - uses : actions/checkout@v4
4646 with :
4747 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
4848 - name : Cache SonarCloud packages
Original file line number Diff line number Diff line change 1515 <PackageId >Microsoft.OpenApi.Hidi</PackageId >
1616 <ToolCommandName >hidi</ToolCommandName >
1717 <PackageOutputPath >./../../artifacts</PackageOutputPath >
18- <Version >1.2.7 </Version >
18+ <Version >1.2.8 </Version >
1919 <Description >OpenAPI.NET CLI tool for slicing OpenAPI documents</Description >
2020 <Copyright >© Microsoft Corporation. All rights reserved.</Copyright >
2121 <PackageTags >OpenAPI .NET</PackageTags >
4444 <PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 7.0.0" />
4545 <PackageReference Include =" System.CommandLine" Version =" 2.0.0-beta4.22272.1" />
4646 <PackageReference Include =" Microsoft.OData.Edm" Version =" 7.17.0" />
47- <PackageReference Include =" Microsoft.OpenApi.OData" Version =" 1.5.0-preview2 " />
47+ <PackageReference Include =" Microsoft.OpenApi.OData" Version =" 1.5.0-preview3 " />
4848 <PackageReference Include =" Microsoft.OpenApi.ApiManifest" Version =" 0.5.0-preview" />
4949 <PackageReference Include =" System.CommandLine.Hosting" Version =" 0.4.0-alpha.22272.1" />
5050 </ItemGroup >
Original file line number Diff line number Diff line change 2828 <PackageReference Include =" Moq" Version =" 4.20.69" />
2929 <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
3030 <PackageReference Include =" SharpYaml" Version =" 2.1.0" />
31- <PackageReference Include =" Verify.Xunit" Version =" 20.8.2 " />
31+ <PackageReference Include =" Verify.Xunit" Version =" 21.0.0 " />
3232 <PackageReference Include =" xunit" Version =" 2.5.0" />
3333 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.0" >
3434 <PrivateAssets >all</PrivateAssets >
You can’t perform that action at this time.
0 commit comments