From 29b3e3850c095a30bf95586b481f59f4f9659dee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 08:04:36 +0000 Subject: [PATCH] Bump bibipkins/dotnet-test-reporter from 1.4.1 to 1.5.1 Bumps [bibipkins/dotnet-test-reporter](https://github.com/bibipkins/dotnet-test-reporter) from 1.4.1 to 1.5.1. - [Release notes](https://github.com/bibipkins/dotnet-test-reporter/releases) - [Commits](https://github.com/bibipkins/dotnet-test-reporter/compare/v1.4.1...v1.5.1) --- updated-dependencies: - dependency-name: bibipkins/dotnet-test-reporter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bf2ea3f..edd9e90 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,7 +48,7 @@ jobs: -p:CoverletOutput=${{ github.workspace }}/test-results/cover.xml - name: Test Report - uses: bibipkins/dotnet-test-reporter@v1.4.1 + uses: bibipkins/dotnet-test-reporter@v1.5.1 with: github-token: ${{ secrets.GITHUB_TOKEN }} comment-title: 'Unit Test Results'