From 6ca8f1effa85138740b95acebc6bdfeddc402dfe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 06:14:42 +0000 Subject: [PATCH] chore(deps): update mikepenz/action-junit-report action to v4 (#5516) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) 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
mikepenz/action-junit-report (mikepenz/action-junit-report) ### [`v4`](https://togithub.com/mikepenz/action-junit-report/releases/tag/v4) [Compare Source](https://togithub.com/mikepenz/action-junit-report/compare/v3...v4) - no changes
--- ### Configuration 📅 **Schedule**: Branch creation - "after 5pm,every weekend" in timezone America/Los_Angeles, Automerge - "after 5pm,every weekend" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/valora-inc/wallet). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/e2e-android.yml | 2 +- .github/workflows/e2e-ios.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-android.yml b/.github/workflows/e2e-android.yml index a523a7d766c..1409314b923 100644 --- a/.github/workflows/e2e-android.yml +++ b/.github/workflows/e2e-android.yml @@ -88,7 +88,7 @@ jobs: --device-boot-args="-snapshot ci_boot" - name: Publish Android JUnit Report if: always() - uses: mikepenz/action-junit-report@v3 + uses: mikepenz/action-junit-report@v4 with: check_name: Android (${{ inputs.android-api-level }}) e2e Test Report report_paths: 'e2e/test-results/junit.xml' diff --git a/.github/workflows/e2e-ios.yml b/.github/workflows/e2e-ios.yml index d4e0576d44e..b3a05f1de83 100644 --- a/.github/workflows/e2e-ios.yml +++ b/.github/workflows/e2e-ios.yml @@ -76,7 +76,7 @@ jobs: timeout-minutes: 45 - name: Publish iOS JUnit Report if: always() - uses: mikepenz/action-junit-report@v3 + uses: mikepenz/action-junit-report@v4 with: check_name: iOS (${{ inputs.ios-version }}) e2e Test Report report_paths: 'e2e/test-results/junit.xml'