From 0af85977ed6c8633822de3680a2cedf7aa120152 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 14:16:48 +0000 Subject: [PATCH] Bump dorny/test-reporter from 2 to 3 Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 2 to 3. - [Release notes](https://github.com/dorny/test-reporter/releases) - [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md) - [Commits](https://github.com/dorny/test-reporter/compare/v2...v3) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-dotnet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-dotnet.yaml b/.github/workflows/build-dotnet.yaml index 2c4831c..f1ca80c 100644 --- a/.github/workflows/build-dotnet.yaml +++ b/.github/workflows/build-dotnet.yaml @@ -45,7 +45,7 @@ jobs: run: dotnet test --no-build - name: Test Report - uses: dorny/test-reporter@v2 + uses: dorny/test-reporter@v3 if: success() || failure() with: name: .NET Tests