From cb8be152c4da09b2876f0b69b8dae7018641ae4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 10:23:19 -0500 Subject: [PATCH] Bump mikepenz/action-junit-report from 4.0.4 to 4.1.0 (#59) Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 4.0.4 to 4.1.0. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/v4.0.4...v4.1.0) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/unit-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index d344d69..6f4eb61 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -32,7 +32,7 @@ jobs: run: ./gradlew scratchoff:testDebugUnitTest - name: Evaluate Test Report - uses: mikepenz/action-junit-report@v4.0.4 + uses: mikepenz/action-junit-report@v4.1.0 if: always() with: report_paths: 'scratchoff/build/test-results/testDebugUnitTest/TEST-*.xml'