From 8aa45841169279292cb62585c89b97cde611344d Mon Sep 17 00:00:00 2001 From: Bert Date: Fri, 13 Sep 2024 13:24:42 +0200 Subject: [PATCH] Update dotnet.yml Signed-off-by: Bert --- .github/workflows/dotnet.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index ffd43fc3..905d33e3 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -31,7 +31,7 @@ jobs: - name: Setup dotnet 8.0 uses: actions/setup-dotnet@v4 with: - dotnet-version: '8.0.1xx' + dotnet-version: '8.0.4xx' source-url: https://pkgs.dev.azure.com/bertk0374/_packaging/intern/nuget/v3/index.json env: NUGET_AUTH_TOKEN: ${{ secrets.AZURE_DEVOPS_TOKEN }} @@ -78,7 +78,7 @@ jobs: - name: Setup dotnet 8.0 uses: actions/setup-dotnet@v4 with: - dotnet-version: '8.0.1xx' + dotnet-version: '8.0.4xx' source-url: https://pkgs.dev.azure.com/bertk0374/_packaging/intern/nuget/v3/index.json env: NUGET_AUTH_TOKEN: ${{ secrets.AZURE_DEVOPS_TOKEN }} @@ -94,7 +94,7 @@ jobs: if: matrix.os == 'windows-latest' - name: ReportGenerator - uses: danielpalme/ReportGenerator-GitHub-Action@5.3.8 + uses: danielpalme/ReportGenerator-GitHub-Action@5.3.9 with: reports: ./artifacts/TestResults/**/coverage.cobertura.xml assemblyfilters: -xunit*;-DotNet.ArcadeLight.Test.Common;-DotNet.Internal.DependencyInjection.Testing;-DotNet.XUnitExtensions;