From 4745b553cf70050d8e63e739a46230c490436361 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 11:10:16 +0000 Subject: [PATCH] chore(deps): Bump bibipkins/dotnet-test-reporter from 1.6.1 to 1.6.3 Bumps [bibipkins/dotnet-test-reporter](https://github.com/bibipkins/dotnet-test-reporter) from 1.6.1 to 1.6.3. - [Release notes](https://github.com/bibipkins/dotnet-test-reporter/releases) - [Commits](https://github.com/bibipkins/dotnet-test-reporter/compare/v1.6.1...v1.6.3) --- updated-dependencies: - dependency-name: bibipkins/dotnet-test-reporter dependency-version: 1.6.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index ff00e685..4d53a940 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -56,7 +56,7 @@ jobs: run: dotnet test --no-build --verbosity normal --logger trx --collect:"XPlat Code Coverage" - name: Generate test report - uses: bibipkins/dotnet-test-reporter@v1.6.1 + uses: bibipkins/dotnet-test-reporter@v1.6.3 if: ${{ always() }} with: github-token: ${{ secrets.GITHUB_TOKEN }}