From 0a29da742553a629a31a565b0faa6578e4fa328f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 16:53:38 +0000 Subject: [PATCH] chore(deps): update mikepenz/action-junit-report action to v6.4.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 0bc1dae..65b1b6f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,7 @@ jobs: run: | go install github.com/jstemmer/go-junit-report/v2@latest go test -v 2>&1 ./... | go-junit-report -set-exit-code > report.xml - - uses: mikepenz/action-junit-report@e08919a3b1fb83a78393dfb775a9c37f17d8eea6 # v6.0.1 + - uses: mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386 # v6.4.0 if: success() || failure() # always run even if the previous step fails with: report_paths: report.xml