File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 3131 - uses : actions/setup-dotnet@v4
3232 with :
3333 dotnet-version : |
34- 6.0.x
35- 7.0.x
3634 8.0.x
35+ 9.0.x
3736
3837 - name : Build
3938 run : |
@@ -44,13 +43,12 @@ jobs:
4443 run : dotnet test -c Release --no-restore --no-build --verbosity minimal --collect:"XPlat Code Coverage" --results-directory ./coverage
4544
4645 - name : Inspect
47- uses : JetBrains/ReSharper-InspectCode@v0.3
46+ uses : JetBrains/ReSharper-InspectCode@v0.8
4847 with :
49- tool-version : 2023 .3.4
48+ tool-version : 2024 .3.0
5049 solution : Remora.Discord.sln
5150 build : false
5251 no-build : true
53- telemetry-optout : true
5452
5553 - name : Coverage
5654@@ -145,7 +143,7 @@ jobs:
145143
146144 # To ensure that the current version being pushed does not get pruned we prune first.
147145 - name : Prune packages older than 4 versions (new version is the 5th)
148- uses :
smartsquaregmbh/[email protected] .0 146+ uses :
smartsquaregmbh/[email protected] .1 149147 with :
150148 organization : Remora
151149 type : nuget
You can’t perform that action at this time.
0 commit comments