From e103188225da1bb6f7f3e96d865c0920a25ae54a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 14:03:44 +0000 Subject: [PATCH] Update scacap/action-surefire-report action to v1.7.3 --- .github/workflows/maven-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-build.yaml b/.github/workflows/maven-build.yaml index 0957004..a9b7683 100644 --- a/.github/workflows/maven-build.yaml +++ b/.github/workflows/maven-build.yaml @@ -24,7 +24,7 @@ jobs: with: run: ./mvnw -B verify - name: Publish the test report - uses: scacap/action-surefire-report@v1.0.13 + uses: scacap/action-surefire-report@v1.7.3 if: always() with: check_name: tests