Skip to content

Commit d259278

Browse files
authored
Merge pull request #74 from coldbox-modules/dependabot/github_actions/mikepenz/action-junit-report-6.0.0
Bump mikepenz/action-junit-report from 5.6.2 to 6.0.0
2 parents 750ca8f + 1388e39 commit d259278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
box testbox run --verbose outputFile=test-harness/tests/results/test-results outputFormats=json,antjunit
9898
9999
- name: Publish Test Reports
100-
uses: mikepenz/action-junit-report@v5.6.2
100+
uses: mikepenz/action-junit-report@v6.0.0
101101
if: always()
102102
with:
103103
report_paths: |

0 commit comments

Comments
 (0)