Skip to content

Commit c9d5697

Browse files
authored
Merge pull request #26 from http4k/dependabot/github_actions/mikepenz/action-junit-report-6.0.1
Bump mikepenz/action-junit-report from 5.4.0 to 6.0.1
2 parents b1fe996 + d1a4910 commit c9d5697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
timeout-minutes: 15
1919
run: ./gradlew check
2020
- name: Publish Test Report
21-
uses: mikepenz/action-junit-report@v5.4.0
21+
uses: mikepenz/action-junit-report@v6.0.1
2222
if: always()
2323
with:
2424
report_paths: '**/build/test-results/test/TEST-*.xml'

0 commit comments

Comments
 (0)