Skip to content

Commit

Permalink
build(deps): Bump mikepenz/action-junit-report from 3.7.6 to 5.2.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 3.7.6 to 5.2.0.
- [Release notes](https://github.com/mikepenz/action-junit-report/releases)
- [Commits](mikepenz/action-junit-report@v3.7.6...v5.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2025
1 parent d7090e9 commit 9d2e6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:

- name: Publish test report
id: test_summary
uses: mikepenz/action-junit-report@v3.7.6
uses: mikepenz/action-junit-report@v5.2.0
if: success() || failure()
with:
report_paths: test-results/junit_test_report.xml
Expand Down

0 comments on commit 9d2e6c5

Please sign in to comment.