Skip to content

Commit

Permalink
Bump mikepenz/action-junit-report from 4.3.1 to 5.0.0
Browse files Browse the repository at this point in the history
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 4.3.1 to 5.0.0.
- [Release notes](https://github.com/mikepenz/action-junit-report/releases)
- [Commits](mikepenz/action-junit-report@v4.3.1...v5.0.0)

---
updated-dependencies:
- dependency-name: mikepenz/action-junit-report
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent c2229e7 commit fb2df16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/full-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0
if: always()
with:
report_paths: 'gwt/build/out/**/test/**/reports/TEST-*.xml'
Expand Down

0 comments on commit fb2df16

Please sign in to comment.