Skip to content

Commit c2738c3

Browse files
we-renovate[bot]stempler
authored andcommitted
fix(deps): update mikepenz/action-junit-report action to v5
1 parent 2d3a651 commit c2738c3

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@db71d41eb79864e25ab0337e395c352e84523afe # v4.3.1
76+
uses: mikepenz/action-junit-report@62516aa379bff6370c95fd5894d5a27fb6619d9b # v5.2.0
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)