From 357d81bc1c47c0be4e25206d40e2dbdbf324815a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 08:44:25 +0000 Subject: [PATCH] chore(deps) Update ericsizemore/phpunit-coverage-check-action action to v1.1.1 --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index be3e2d8..f137a5a 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -78,7 +78,7 @@ jobs: run: composer run-script phpunit - name: Coverage Check - uses: ericsizemore/phpunit-coverage-check-action@1.1.0 + uses: ericsizemore/phpunit-coverage-check-action@1.1.1 with: clover_file: 'build/logs/clover.xml' threshold: 100