Skip to content

Commit a0101a4

Browse files
Update mikepenz/action-junit-report action to v6
1 parent 4ae7562 commit a0101a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run_gradle_task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
if-no-files-found: ignore
101101

102102
- name: Publish Test Reports
103-
uses: mikepenz/action-junit-report@v4
103+
uses: mikepenz/action-junit-report@v6
104104
if: always()
105105
with:
106106
report_paths: |

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22

3-
junit = "5.14.1"
3+
junit = "5.14.0"
44
kotest = "5.9.1"
55

66
gradlePlugin-pluginPublishPlugin = "1.3.1"

0 commit comments

Comments
 (0)