Skip to content

Commit

Permalink
:dependabot: Bump mikepenz/action-junit-report from 5.2.0 to 5.3.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 5.2.0 to 5.3.0.
- [Release notes](https://github.com/mikepenz/action-junit-report/releases)
- [Commits](mikepenz/action-junit-report@v5.2.0...v5.3.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]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 6b3b417 commit d9d7454
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 @@ -49,7 +49,7 @@ jobs:
- name: run tests && build project
run: ./gradlew build --no-daemon --warning-mode all

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

0 comments on commit d9d7454

Please sign in to comment.