Skip to content

Commit

Permalink
Bump mikepenz/action-junit-report from 2 to 3.0.1 (#301)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 12, 2022
1 parent 15b6535 commit 48b1f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: ./gradlew check
- name: Publish Test Report
if: ${{ always() }}
uses: mikepenz/action-junit-report@v2
uses: mikepenz/action-junit-report@v3.0.1
with:
check_name: Java CI / Test Report
report_paths: '**/build/test-results/*/TEST-*.xml'
Expand Down

0 comments on commit 48b1f31

Please sign in to comment.