diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-19 11:32:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-19 11:32:08 +0200 |
| commit | 578394adfb5f1f835b7d8e24f68094968706dfaa (patch) | |
| tree | 54f09ea52e33e6ad1fabb178219de6fd85d1c19b /.github/workflows/build.yml | |
| parent | 38de6d0e8e286c61d541866c9bea13dbf81bb98b (diff) | |
ci: Bump mikepenz/action-junit-report from 3.0.1 to 3.0.2 (#73)
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/mikepenz/action-junit-report/releases)
- [Commits](https://github.com/mikepenz/action-junit-report/compare/v3.0.1...v3.0.2)
---
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/workflows/build.yml')
| -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 bba46040..deaca7b9 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.1 + uses: mikepenz/action-junit-report@v3.0.2 with: check_name: test (Java ${{ matrix.java }}) report_paths: '**/build/test-results/test/TEST-*.xml' |
