summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-28 09:14:45 +0200
committerGitHub <noreply@github.com>2022-06-28 09:14:45 +0200
commit58a7fa5fbf49d88f0b6059a7935dec3278754e44 (patch)
treee86e93126f82f53b0874551395c620a11aa925ca /.github/workflows
parent6b93cc37493b5309507aa5a3d1af51399b12e8df (diff)
ci: Bump mikepenz/action-junit-report from 3.0.3 to 3.1.0 (#91)
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 3.0.3 to 3.1.0. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/v3.0.3...v3.1.0) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-type: direct:production update-type: version-update:semver-minor ... 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')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9cde7fbe..3b6b11d2 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.3
+ uses: mikepenz/action-junit-report@v3.1.0
with:
check_name: test (Java ${{ matrix.java }})
report_paths: '**/build/test-results/test/TEST-*.xml'