From 155a6c14d71ea5e27b995618fadb1929152543f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 17:08:05 +0000 Subject: [PATCH] Bump mikepenz/action-junit-report action to v5 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bea0c52..82dd14d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -50,7 +50,7 @@ jobs: - name: Tests report if: always() - uses: mikepenz/action-junit-report@v4.3.1 + uses: mikepenz/action-junit-report@v5.3.0 with: check_name: tests fail_on_failure: true