From 62bec3bf62782c80fcb1e5a1c8a599a326b1459b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 18:21:48 +0000 Subject: [PATCH] Bump mikepenz/action-junit-report from 4.3.1 to 5.1.0 Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 4.3.1 to 5.1.0. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/v4.3.1...v5.1.0) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/full-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/full-check.yml b/.github/workflows/full-check.yml index c1a277efd9..1dd0a6d08c 100644 --- a/.github/workflows/full-check.yml +++ b/.github/workflows/full-check.yml @@ -57,7 +57,7 @@ jobs: -Dtest.emma.htmlunit.disable=true - name: Report test results - uses: mikepenz/action-junit-report@v4.3.1 + uses: mikepenz/action-junit-report@v5.1.0 if: always() with: report_paths: 'gwt/build/out/**/test/**/reports/TEST-*.xml'