From 4fe34069fba02c36d4c85112fa0410cb33ef7397 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 13:39:50 +0000 Subject: [PATCH] chore(deps): update scacap/action-surefire-report action to v1.13.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a4aac1..2a639d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - name: Test run: ./gradlew test - name: Publish Test Report - uses: scacap/action-surefire-report@v1.12.0 + uses: scacap/action-surefire-report@v1.13.0 if: failure() with: github_token: ${{ secrets.GITHUB_TOKEN }}