From c78afe34d1e3be793099ea2c73725d3423c30234 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 03:34:49 +0000 Subject: [PATCH] Bump mikepenz/action-junit-report from 6.3.1 to 6.4.1 Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 6.3.1 to 6.4.1. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/v6.3.1...v6.4.1) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-version: 6.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/full-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/full-check.yml b/.github/workflows/full-check.yml index a20411227d..b1b7c493ef 100644 --- a/.github/workflows/full-check.yml +++ b/.github/workflows/full-check.yml @@ -61,7 +61,7 @@ jobs: -Dtest.emma.htmlunit.disable=true - name: Report test results - uses: mikepenz/action-junit-report@v6.3.1 + uses: mikepenz/action-junit-report@v6.4.1 if: always() with: report_paths: 'gwt/build/out/**/test/**/reports/TEST-*.xml'