From 04a9d99386b20d6392f65bd6ae742bdf64920d77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 13:01:09 +0000 Subject: [PATCH] Bump mikepenz/action-junit-report from 6.0.1 to 6.1.0 Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 6.0.1 to 6.1.0. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/v6.0.1...v6.1.0) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-version: 6.1.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 81c0a02..53ef48a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -72,7 +72,7 @@ jobs: - name: Publish test reports if: always() - uses: mikepenz/action-junit-report@v6.0.1 + uses: mikepenz/action-junit-report@v6.1.0 with: check_name: test-report report_paths: '**/target/surefire-reports/TEST-*.xml'