File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,22 +15,22 @@ jobs:
15
15
runs-on : ubuntu-latest
16
16
17
17
steps :
18
- - uses : actions/checkout@v4.1 .2
18
+ - uses : actions/checkout@v4.2 .2
19
19
- name : Setup .NET
20
- uses : actions/setup-dotnet@v4
20
+ uses : actions/setup-dotnet@v4.3.1
21
21
with :
22
- dotnet-version : 8 .0.x
22
+ dotnet-version : 9 .0.x
23
23
- name : Restore dependencies
24
24
run : dotnet restore
25
25
- name : Build
26
26
run : dotnet build --configuration Release --no-restore
27
27
- name : Test
28
28
run : dotnet test --no-build --configuration Release --verbosity normal --collect:"XPlat Code Coverage" --results-directory TestResults
29
29
- name : ReportGenerator
30
- uses : danielpalme/ReportGenerator-GitHub-Action@5.2.0
30
+ uses : danielpalme/ReportGenerator-GitHub-Action@5.4.5
31
31
with :
32
32
reports : TestResults/**/coverage.cobertura.xml
33
33
targetdir : CoverageResults
34
34
reporttypes : Html;lcov
35
35
- name : Coveralls GitHub Action
36
- uses : coverallsapp/github-action@v2.2.3
36
+ uses : coverallsapp/github-action@v2.3.6
You can’t perform that action at this time.
0 commit comments