diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-04 10:03:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-04 10:03:25 +0200 |
| commit | 48da4538707cd074969287724ca6f02823f2ff5a (patch) | |
| tree | a2a2ac70f9beacd58be5471b837fee40858b4485 /.github | |
| parent | c78285f6346236053979aa98113ba9e6d7efb21e (diff) | |
ci: Bump mikepenz/action-junit-report from 3.0.2 to 3.0.3 (#79)
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/mikepenz/action-junit-report/releases)
- [Commits](https://github.com/mikepenz/action-junit-report/compare/v3.0.2...v3.0.3)
---
updated-dependencies:
- dependency-name: mikepenz/action-junit-report
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f60516d7..3a4dc27e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: cache-read-only: ${{ github.ref != 'refs/heads/main' }} - name: Publish report if: always() - uses: mikepenz/action-junit-report@v3.0.2 + uses: mikepenz/action-junit-report@v3.0.3 with: check_name: test (Java ${{ matrix.java }}) report_paths: '**/build/test-results/test/TEST-*.xml' |
