Skip to content

Commit f5ca530

Browse files
Update buildandtest.yml
1 parent 1b7537b commit f5ca530

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/buildandtest.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v4.1.2
18+
- uses: actions/checkout@v4.2.2
1919
- name: Setup .NET
20-
uses: actions/setup-dotnet@v4
20+
uses: actions/setup-dotnet@v4.3.1
2121
with:
22-
dotnet-version: 8.0.x
22+
dotnet-version: 9.0.x
2323
- name: Restore dependencies
2424
run: dotnet restore
2525
- name: Build
2626
run: dotnet build --configuration Release --no-restore
2727
- name: Test
2828
run: dotnet test --no-build --configuration Release --verbosity normal --collect:"XPlat Code Coverage" --results-directory TestResults
2929
- name: ReportGenerator
30-
uses: danielpalme/ReportGenerator-GitHub-Action@5.2.0
30+
uses: danielpalme/ReportGenerator-GitHub-Action@5.4.5
3131
with:
3232
reports: TestResults/**/coverage.cobertura.xml
3333
targetdir: CoverageResults
3434
reporttypes: Html;lcov
3535
- name: Coveralls GitHub Action
36-
uses: coverallsapp/github-action@v2.2.3
36+
uses: coverallsapp/github-action@v2.3.6

0 commit comments

Comments
 (0)