Skip to content

Commit

Permalink
chore(deps): update madrapps/jacoco-report action to v1.5 (#192)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 29, 2023
1 parent f8fd51e commit 2228f20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Publish JaCoCo report to PR
if: false
uses: madrapps/jacoco-report@v1.3
uses: madrapps/jacoco-report@v1.5
with:
paths: ${{ steps.coverage-export.outputs.REPORT_PATHS }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Publish JaCoCo report to PR
if: false
uses: madrapps/jacoco-report@v1.3
uses: madrapps/jacoco-report@v1.5
with:
paths: ${{ steps.coverage-export.outputs.REPORT_PATHS }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 2228f20

Please sign in to comment.