diff --git a/.github/workflows/testes.yaml b/.github/workflows/testes.yaml index 26886a4..2763e19 100644 --- a/.github/workflows/testes.yaml +++ b/.github/workflows/testes.yaml @@ -56,7 +56,7 @@ jobs: - name: Test with PHPUNIT run: composer test - name: Cobertura de testes - uses: slavcodev/coverage-monitor-action@1.2.0 + uses: slavcodev/coverage-monitor-action@1.8.0 if: github.event_name == 'pull_request' with: github_token: ${{ secrets.GITHUB_TOKEN }}