From fbd1298c2766816c06bba9a56a913cbf1bf8e250 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 16:46:29 +0000 Subject: [PATCH] chore(deps): update mikepenz/action-junit-report action to v6.2.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 15ae493..e3b65f0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,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@74626db7353a25a20a72816467ebf035f674c5f8 # v6.2.0 if: success() || failure() # always run even if the previous step fails with: report_paths: report.xml