From 068d0131888494ef0cb1bf5e8b3020255d7c4348 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 07:45:53 +0000 Subject: [PATCH] Bump bibipkins/dotnet-test-reporter from 1.4.1 to 1.5.0 Bumps [bibipkins/dotnet-test-reporter](https://github.com/bibipkins/dotnet-test-reporter) from 1.4.1 to 1.5.0. - [Release notes](https://github.com/bibipkins/dotnet-test-reporter/releases) - [Commits](https://github.com/bibipkins/dotnet-test-reporter/compare/v1.4.1...v1.5.0) --- 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..10a4757 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.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} comment-title: 'Unit Test Results'