From 070f961ab9ed5e501f7daedd90c5a79aeb8865c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 02:25:02 +0000 Subject: [PATCH] Bump mikepenz/action-junit-report from 4.0.3 to 4.0.4 Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 4.0.3 to 4.0.4. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/v4.0.3...v4.0.4) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 3db8e05..6ef8e03 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.3 + uses: mikepenz/action-junit-report@v4.0.4 if: always() with: report_paths: 'scratchoff/build/test-results/testDebugUnitTest/TEST-*.xml'