Skip to content

Commit 99dbb72

Browse files
Bump mikepenz/action-junit-report from 6.0.0 to 6.3.1
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 6.0.0 to 6.3.1. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](mikepenz/action-junit-report@v6.0.0...v6.3.1) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-version: 6.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1506acc commit 99dbb72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/full-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
-Dtest.emma.htmlunit.disable=true
6262
6363
- name: Report test results
64-
uses: mikepenz/action-junit-report@v6.0.0
64+
uses: mikepenz/action-junit-report@v6.3.1
6565
if: always()
6666
with:
6767
report_paths: 'gwt/build/out/**/test/**/reports/TEST-*.xml'

0 commit comments

Comments
 (0)