From 50bed0655e129512127837784f2c61c5c4e495e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 22:48:11 +0000 Subject: [PATCH] Update danielpalme/ReportGenerator-GitHub-Action action to v5.3.10 --- .github/workflows/dotnet-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-test.yml b/.github/workflows/dotnet-test.yml index d164dec..b1ff355 100644 --- a/.github/workflows/dotnet-test.yml +++ b/.github/workflows/dotnet-test.yml @@ -29,7 +29,7 @@ jobs: - name: "Restore/Build/Test" run: dotnet test --configuration Release --verbosity normal --logger trx --collect:"XPlat Code Coverage" - name: Combine Coverage Reports - uses: danielpalme/ReportGenerator-GitHub-Action@5.2.4 + uses: danielpalme/ReportGenerator-GitHub-Action@v5.3.10 with: reports: "**/*.cobertura.xml" targetdir: "${{ github.workspace }}"