diff --git a/workflow-templates/gcx-android-pull-request.yml b/workflow-templates/gcx-android-pull-request.yml index 1d3edcb..06d7463 100644 --- a/workflow-templates/gcx-android-pull-request.yml +++ b/workflow-templates/gcx-android-pull-request.yml @@ -56,7 +56,7 @@ jobs: run: ./gradlew testDebugUnitTest --continue timeout-minutes: 10 - name: Annotate PR with JUnit Report - uses: mikepenz/action-junit-report@db71d41eb79864e25ab0337e395c352e84523afe # v4.3.1 + uses: mikepenz/action-junit-report@ee6b445351cd81e2f73a16a0e52d598aeac2197f # v5.3.0 if: always() # always run even if the previous step fails with: report_paths: '**/build/test-results/**/TEST-*.xml'