Skip to content

Commit 669c61d

Browse files
committed
ci(deps): bump mikepenz/action-junit-report@v5.6.2 to v6.0.0
1 parent 4864bb2 commit 669c61d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
--junit-xml=tests/reports/pytest-results.xml
196196
197197
- name: Report | Upload Test Results
198-
uses: mikepenz/action-junit-report@3585e9575db828022551b4231f165eb59a0e74e3 # v5.6.2
198+
uses: mikepenz/action-junit-report@5b7ee5a21e8674b695313d769f3cbdfd5d4d53a4 # v6.0.0
199199
if: ${{ always() && steps.tests.outcome != 'skipped' }}
200200
with:
201201
report_paths: ./tests/reports/*.xml
@@ -285,7 +285,7 @@ jobs:
285285
retention-days: 1
286286

287287
- name: Report | Upload Test Results
288-
uses: mikepenz/action-junit-report@3585e9575db828022551b4231f165eb59a0e74e3 # v5.6.2
288+
uses: mikepenz/action-junit-report@5b7ee5a21e8674b695313d769f3cbdfd5d4d53a4 # v6.0.0
289289
if: ${{ always() && steps.tests.outcome != 'skipped' }}
290290
with:
291291
report_paths: ./tests/reports/*.xml
@@ -383,7 +383,7 @@ jobs:
383383
retention-days: 1
384384

385385
- name: Report | Upload Test Results
386-
uses: mikepenz/action-junit-report@3585e9575db828022551b4231f165eb59a0e74e3 # v5.6.2
386+
uses: mikepenz/action-junit-report@5b7ee5a21e8674b695313d769f3cbdfd5d4d53a4 # v6.0.0
387387
if: ${{ always() && steps.tests.outcome != 'skipped' }}
388388
with:
389389
report_paths: ./tests/reports/*.xml

0 commit comments

Comments
 (0)