From 5e7ffabd22d8271e46099335d907019a7ed324e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 09:47:33 +0000 Subject: [PATCH] chore(deps): bump bibipkins/dotnet-test-reporter from 1.6.1 to 1.6.4 Bumps [bibipkins/dotnet-test-reporter](https://github.com/bibipkins/dotnet-test-reporter) from 1.6.1 to 1.6.4. - [Release notes](https://github.com/bibipkins/dotnet-test-reporter/releases) - [Commits](https://github.com/bibipkins/dotnet-test-reporter/compare/v1.6.1...v1.6.4) --- updated-dependencies: - dependency-name: bibipkins/dotnet-test-reporter dependency-version: 1.6.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afe07f1..0f166fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: reporttypes: Cobertura - name: Generate test report - uses: bibipkins/dotnet-test-reporter@v1.6.1 + uses: bibipkins/dotnet-test-reporter@v1.6.4 if: ${{ always() && matrix.os == 'ubuntu-latest' }} with: github-token: ${{ secrets.GITHUB_TOKEN }}