Skip to content

Commit

Permalink
Bump mikepenz/action-junit-report from 4.0.4 to 4.1.0 (#59)
Browse files Browse the repository at this point in the history
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 4.0.4 to 4.1.0.
- [Release notes](https://github.com/mikepenz/action-junit-report/releases)
- [Commits](mikepenz/action-junit-report@v4.0.4...v4.1.0)

---
updated-dependencies:
- dependency-name: mikepenz/action-junit-report
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 6, 2024
1 parent 125f711 commit cb8be15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: ./gradlew scratchoff:testDebugUnitTest

- name: Evaluate Test Report
uses: mikepenz/action-junit-report@v4.0.4
uses: mikepenz/action-junit-report@v4.1.0
if: always()
with:
report_paths: 'scratchoff/build/test-results/testDebugUnitTest/TEST-*.xml'
Expand Down

0 comments on commit cb8be15

Please sign in to comment.