Skip to content

Commit 735399f

Browse files
Bump mikepenz/action-junit-report from 4 to 5
Bumps [mikepenz/action-junit-report](https://github.com/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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 276b1cc commit 735399f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Build with Maven
2626
run: ./mvnw clean install -B -U -Pspring -Dmaven.test.redirectTestOutputToFile=true -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120
2727
- name: Publish Test Report
28-
uses: mikepenz/action-junit-report@v4
28+
uses: mikepenz/action-junit-report@v5
2929
if: always() # always run even if the previous step fails
3030
with:
3131
report_paths: '**/surefire-reports/TEST-*.xml'

0 commit comments

Comments
 (0)