Skip to content

Commit

Permalink
Bump mikepenz/action-junit-report from 4.3.0 to 4.3.1
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.0 to 4.3.1.
- [Release notes](https://github.com/mikepenz/action-junit-report/releases)
- [Commits](mikepenz/action-junit-report@v4.3.0...v4.3.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 28, 2024
1 parent 49b3e48 commit e39b8e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:

- name: Generate report checks
if: always()
uses: mikepenz/[email protected].0
uses: mikepenz/[email protected].1
with:
check_name: "test-result-${{ matrix.scope }}"
report_paths: "**/surefire-reports/TEST-*.xml"
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:

- name: Generate report checks
if: always()
uses: mikepenz/[email protected].0
uses: mikepenz/[email protected].1
with:
check_name: "test-result-Net"
report_paths: "net/surefire-reports/TEST-*.xml"
Expand Down

0 comments on commit e39b8e4

Please sign in to comment.