Skip to content

Commit 051e891

Browse files
Bump mikepenz/action-junit-report from 4 to 5 in the actions group
Bumps the actions group with 1 update: [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report). Updates `mikepenz/action-junit-report` from 4 to 5 - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](mikepenz/action-junit-report@v4...v5) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2b53b6e commit 051e891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: upload test summary
4747
if: always()
48-
uses: mikepenz/action-junit-report@v4
48+
uses: mikepenz/action-junit-report@v5
4949
with:
5050
detailed_summary: 'true'
5151
report_paths: '**/build/**/TEST-*.xml'

0 commit comments

Comments
 (0)