Skip to content

Commit

Permalink
Bump mikepenz/action-junit-report from 4.3.1 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 4.3.1 to 5.2.0.
- [Release notes](https://github.com/mikepenz/action-junit-report/releases)
- [Commits](mikepenz/action-junit-report@v4.3.1...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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent ab46ab3 commit 75ceb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
mix dialyzer --format github
- name: Code Annotations Report
if: ${{ always() }}
uses: mikepenz/action-junit-report@v4.3.1
uses: mikepenz/action-junit-report@v5.2.0
with:
report_paths: "reports/junit/*.xml"
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 75ceb5d

Please # to comment.