Skip to content

Commit 7e94bc9

Browse files
Bump mikepenz/action-junit-report from 4.3.1 to 5.2.0
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 4.3.1 to 5.2.0. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](mikepenz/action-junit-report@v4.3.1...v5.2.0) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c2229e7 commit 7e94bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/full-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
-Dtest.emma.htmlunit.disable=true
5858
5959
- name: Report test results
60-
uses: mikepenz/action-junit-report@v4.3.1
60+
uses: mikepenz/action-junit-report@v5.2.0
6161
if: always()
6262
with:
6363
report_paths: 'gwt/build/out/**/test/**/reports/TEST-*.xml'

0 commit comments

Comments
 (0)