From 42ee4d0a5a02f501b8a7a14a8932626e2b3589e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 07:23:03 +0000 Subject: [PATCH] Bump bibipkins/dotnet-test-reporter from 1.4.1 to 1.5.3 Bumps [bibipkins/dotnet-test-reporter](https://github.com/bibipkins/dotnet-test-reporter) from 1.4.1 to 1.5.3. - [Release notes](https://github.com/bibipkins/dotnet-test-reporter/releases) - [Commits](https://github.com/bibipkins/dotnet-test-reporter/compare/v1.4.1...v1.5.3) --- 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..114546c 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.3 with: github-token: ${{ secrets.GITHUB_TOKEN }} comment-title: 'Unit Test Results'