From ca88ccd0a23b22c27051eeaba9e1b0937cd7441c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 23:04:52 +0000 Subject: [PATCH] chore(deps): update mikepenz/action-junit-report action to v5 --- .github/workflows/build-test-lint.yaml | 2 +- .github/workflows/espresso.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test-lint.yaml b/.github/workflows/build-test-lint.yaml index 93914ad78f..e7fa7ab896 100644 --- a/.github/workflows/build-test-lint.yaml +++ b/.github/workflows/build-test-lint.yaml @@ -41,7 +41,7 @@ jobs: task: app:createGmsDebugUnitTestCoverageReport gradle-cache-encryption-key: ${{ secrets.GradleEncryptionKey }} - name: JUnit Report Action - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 with: report_paths: "**/TEST-*.xml" detailed_summary: true diff --git a/.github/workflows/espresso.yaml b/.github/workflows/espresso.yaml index 1b30f25ce6..03be528842 100644 --- a/.github/workflows/espresso.yaml +++ b/.github/workflows/espresso.yaml @@ -112,7 +112,7 @@ jobs: path: ./project/app/build/reports/androidTests/connected/ - name: Espresso JUnit Report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 if: always() with: report_paths: "**/TEST-*.xml"