From e130009d652168be9884ef90a55009de64acff7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 09:52:20 +0000 Subject: [PATCH] Bump mikepenz/action-junit-report from 6.1.0 to 6.2.0 Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/v6.1.0...v6.2.0) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 16a88a6..bbba4ff 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: - name: Publish surefire test report if: always() - uses: mikepenz/action-junit-report@v6.1.0 + uses: mikepenz/action-junit-report@v6.2.0 with: check_name: test-report report_paths: 'target/*-reports/TEST-*.xml'