File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ jobs:
1616 uses : actions/setup-java@v1
1717 with :
1818 java-version : 17
19- - uses : actions/checkout@v2
19+ - uses : actions/checkout@v4
2020 with :
2121 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
2222 - uses : actions/setup-dotnet@v4
2323 with :
2424 dotnet-version : ' 9'
2525 - name : Cache SonarCloud packages
26- uses : actions/cache@v1
26+ uses : actions/cache@v4
2727 with :
2828 path : ~\sonar\cache
2929 key : ${{ runner.os }}-sonar
Original file line number Diff line number Diff line change 55 <PackageVersion Include =" System.Net.Http.Json" Version =" 9.0.0" />
66 <PackageVersion Include =" GraphShape" Version =" 1.2.1" />
77 <PackageVersion Include =" MatBlazor" Version =" 2.10.0" />
8- <PackageVersion Include =" bunit" Version =" 1.25.3 " />
8+ <PackageVersion Include =" bunit" Version =" 1.36.0 " />
99 <PackageVersion Include =" FluentAssertions" Version =" 6.12.0" />
1010 <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.8.0" />
1111 <PackageVersion Include =" xunit" Version =" 2.6.3" />
You can’t perform that action at this time.
0 commit comments