Skip to content

Commit

Permalink
:dependabot: Bump mikepenz/action-junit-report from 4.0.3 to 4.1.0
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.3 to 4.1.0.
- [Release notes](https://github.com/mikepenz/action-junit-report/releases)
- [Commits](mikepenz/action-junit-report@v4.0.3...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 749fb4e commit 2a5ceb3
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 @@ -51,7 +51,7 @@ jobs:
- name: run tests && build project
run: ./gradlew build --no-daemon --warning-mode all

- uses: mikepenz/action-junit-report@v4.0.3
- uses: mikepenz/action-junit-report@v4.1.0
if: always()
with:
report_paths: 'build/test-results/test/TEST-*.xml'
Expand Down

0 comments on commit 2a5ceb3

Please sign in to comment.