Skip to content

Commit 80c8571

Browse files
we-renovate[bot]stempler
authored andcommitted
fix(deps): update mikepenz/action-junit-report action to v5.4.0
1 parent f21a905 commit 80c8571

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@ee6b445351cd81e2f73a16a0e52d598aeac2197f # v5.3.0
76+
uses: mikepenz/action-junit-report@b14027d33d3a745ccc4d6a12f649e83110b5a373 # v5.4.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)