Skip to content

Commit e5aef63

Browse files
Bump mikepenz/action-junit-report from 5 to 6 (#128)
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 5 to 6. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](mikepenz/action-junit-report@v5...v6) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bba3217 commit e5aef63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: mvn -B spotless:apply clean install
6969

7070
- name: Publish Test Report
71-
uses: mikepenz/action-junit-report@v5
71+
uses: mikepenz/action-junit-report@v6
7272
if: success() || failure() # always run even if the previous step fails
7373
with:
7474
report_paths: '**/target/surefire-reports/TEST-*.xml'

0 commit comments

Comments
 (0)