Skip to content

Commit c3e9871

Browse files
authored
chore(deps): Update mikepenz/action-junit-report action to v4 (#193)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [mikepenz/action-junit-report](https://togithub.com/mikepenz/action-junit-report) | action | major | `v3` -> `v4` | --- ### Release Notes <details> <summary>mikepenz/action-junit-report (mikepenz/action-junit-report)</summary> ### [`v4`](https://togithub.com/mikepenz/action-junit-report/releases/tag/v4) [Compare Source](https://togithub.com/mikepenz/action-junit-report/compare/v3...v4) #### 🚀 Features - Introduce setting to disable annotations for checks - PR: [#&#8203;1024](https://togithub.com/mikepenz/action-junit-report/issues/1024) #### 📦 Dependencies - Upgrade dev dependencies - PR: [#&#8203;1027](https://togithub.com/mikepenz/action-junit-report/issues/1027) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjcuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIyNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent 4abb34d commit c3e9871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828
- name: Publish Test Report
29-
uses: mikepenz/action-junit-report@v3
29+
uses: mikepenz/action-junit-report@v4
3030
if: success() || failure() # always run even if the previous step fails
3131
with:
3232
report_paths: "**/build/test-results/test/TEST-*.xml"

0 commit comments

Comments
 (0)