Skip to content

Commit 3377123

Browse files
authored
chore(deps): Update mikepenz/action-junit-report action to v5 (#306)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [mikepenz/action-junit-report](https://togithub.com/mikepenz/action-junit-report) | action | major | `v4` -> `v5` | --- ### Release Notes <details> <summary>mikepenz/action-junit-report (mikepenz/action-junit-report)</summary> ### [`v5`](https://togithub.com/mikepenz/action-junit-report/releases/tag/v5) [Compare Source](https://togithub.com/mikepenz/action-junit-report/compare/v4...v5) - no changes </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent 612917d commit 3377123

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
@@ -30,7 +30,7 @@ jobs:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
GITHUB_ACTOR: ${{ github.actor }}
3232
- name: Publish Test Report
33-
uses: mikepenz/action-junit-report@v4
33+
uses: mikepenz/action-junit-report@v5
3434
if: success() || failure() # always run even if the previous step fails
3535
with:
3636
report_paths: "**/build/test-results/test/TEST-*.xml"

0 commit comments

Comments
 (0)