Skip to content

Commit 955d0c1

Browse files
we-renovate[bot]stempler
authored andcommitted
fix(deps): update mikepenz/action-junit-report action to v5.6.1
1 parent fb09cec commit 955d0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ runs:
7373

7474
# https://github.com/marketplace/actions/junit-report-action
7575
- name: Publish Test Report
76-
uses: mikepenz/action-junit-report@65fe03598d8d251738592a497a9e8547a5c48eaa # v5.6.0
76+
uses: mikepenz/action-junit-report@a83fd2b5d58d4fc702e690c1ea688d702d28d281 # v5.6.1
7777
if: ${{ always() && inputs.create-junit-output == 'true' && inputs.create-test-report == 'true' }} # always run even if the previous step fails
7878
with:
7979
report_paths: "${{ inputs.junit-test-output != '' && inputs.junit-test-output || 'image-user-check.xml' }}"

0 commit comments

Comments
 (0)