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 41
41
42
42
- name : Checkout repository
43
43
id : checkout_repo
44
- uses : actions/checkout@v3
44
+ uses : actions/checkout@v4
45
45
with :
46
46
token : ${{ secrets.GITHUB_TOKEN }}
47
47
fetch-depth : 0
Original file line number Diff line number Diff line change 14
14
steps :
15
15
- name : Checkout repository
16
16
id : checkout_repo
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
19
19
- name : Setup .NET
20
20
uses : actions/setup-dotnet@v3
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Check out the repo
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
- name : Login to GitHub package feed
20
20
21
21
with :
Original file line number Diff line number Diff line change 42
42
uses : actions/setup-dotnet@v3
43
43
with :
44
44
dotnet-version : 7.0.x
45
- - uses : actions/checkout@v3
45
+ - uses : actions/checkout@v4
46
46
with :
47
47
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
48
48
- name : Cache SonarCloud packages
Original file line number Diff line number Diff line change 15
15
<PackageId >Microsoft.OpenApi.Hidi</PackageId >
16
16
<ToolCommandName >hidi</ToolCommandName >
17
17
<PackageOutputPath >./../../artifacts</PackageOutputPath >
18
- <Version >1.2.7 </Version >
18
+ <Version >1.2.8 </Version >
19
19
<Description >OpenAPI.NET CLI tool for slicing OpenAPI documents</Description >
20
20
<Copyright >© Microsoft Corporation. All rights reserved.</Copyright >
21
21
<PackageTags >OpenAPI .NET</PackageTags >
44
44
<PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 7.0.0" />
45
45
<PackageReference Include =" System.CommandLine" Version =" 2.0.0-beta4.22272.1" />
46
46
<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 " />
48
48
<PackageReference Include =" Microsoft.OpenApi.ApiManifest" Version =" 0.5.0-preview" />
49
49
<PackageReference Include =" System.CommandLine.Hosting" Version =" 0.4.0-alpha.22272.1" />
50
50
</ItemGroup >
Original file line number Diff line number Diff line change 28
28
<PackageReference Include =" Moq" Version =" 4.20.69" />
29
29
<PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
30
30
<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 " />
32
32
<PackageReference Include =" xunit" Version =" 2.5.0" />
33
33
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.0" >
34
34
<PrivateAssets >all</PrivateAssets >
You can’t perform that action at this time.
0 commit comments