Skip to content

Commit

Permalink
Merge pull request #459 from micronaut-projects/renovate/mikepenz-act…
Browse files Browse the repository at this point in the history
…ion-junit-report-3.x

chore(deps): update mikepenz/action-junit-report action to v3.7.5
  • Loading branch information
wetted committed Feb 23, 2023
2 parents 2fc554f + d16a300 commit 58f35ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/graalvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
})
- name: Publish Test Report
if: always()
uses: mikepenz/action-junit-report@v3.7.0
uses: mikepenz/action-junit-report@v3.7.5
with:
check_name: GraalVM CE CI / Test Report (Java ${{ matrix.java }})
report_paths: '**/build/test-results/test/TEST-*.xml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
})
- name: Publish Test Report
if: always()
uses: mikepenz/action-junit-report@v3.7.0
uses: mikepenz/action-junit-report@v3.7.5
with:
check_name: Java CI / Test Report (${{ matrix.java }})
report_paths: '**/build/test-results/test/TEST-*.xml'
Expand Down

0 comments on commit 58f35ae

Please sign in to comment.